Post History
A shell script! You don't need a shebang line, just invoke it as /bin/sh script.sh, but if you want to add one (e.g. perhaps you anticipate doing this more than once) Then you can copy the command...
Answer
#1: Initial revision
A shell script! You don't need a shebang line, just invoke it as `/bin/sh script.sh`, but if you want to add one (e.g. perhaps you anticipate doing this more than once) Then you can copy the commands directly over to that file. If you also want to copy the $'s, I don't see a way out of doing a little light editing after the copy.