wmii/extra/p9p/extern
Georg Neis 215ac62fd7 move rc scripts to extra/p9p/, set shebang to /usr/local/plan9/bin/rc, remove 9PREFIX
don't expect anything to work, files are missing now
2006-02-25 19:12:09 +01:00

16 lines
184 B
Bash

#!/usr/local/plan9/bin/rc
# clean the environment and execute the given command
path=$old_path
old_path=()
apid=()
cmd=()
home=()
ifs=()
pid=()
prompt=()
rcname=()
status=()
exec $*