Name: Anonymous 2012-04-04 14:21
I have a bash script that creates a directory, unpacks a zip there, does some things, zips it back up, sends it, and removes the created directory . Right now I create the temporary directory located where the script is executed (not where the script is located). Should I instead put the temporary directory somewhere in /tmp/? Hail Satan.