Does anyone know if the umask works on OSX / anymore - I used it years ago
on Linux, but no idea if it works on OSX (dictionary say it dos not).
*set* the umask to 555
*put* the tempname & ".sh" into shellFile
*put* someShell into url ("file:" & shellFile)
*set* the umask to 0
I guess I'll have to use chmod +x shell command?