Updates scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
remote_ip="192.168.0.20"
|
||||
remote_ip="banana"
|
||||
|
||||
mapfile -t ports_list < <(nmap "${remote_ip}" -p 37000-44000 -oG - | grep -oP '\d+(?=\/open\/tcp)')
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads
|
||||
furry_commission_ideas_path=/mnt/e/clouds/nextcloud-velha-casa/data-hoarding/furry-downloads
|
||||
# furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads
|
||||
# furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads
|
||||
furry_commission_ideas_urls_filename="urls.txt"
|
||||
|
||||
Reference in New Issue
Block a user