News

You could even embed an executable file in a script — even another script — and then execute that script which might unpack another script. It boggles the mind.
If you use sudo you can automatically re-start scripts that need to be run as root by adding a check at the beginning of the script and executing sudo if the script is not running as root: ...