Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
#!/bin/sh # (find-angg "run-zsh") # Runs bash with HOME set to the directory where this script is, i.e., # enter my (edrx's) tourism environment. # Can also be run as "run-bash screen" to invoke screen and bash. echo $0 export HOME=$(cd $(dirname $0); pwd) SHELL=$(which bash) exec $* bash