mirror of
https://github.com/0intro/wmii
synced 2024-11-30 01:23:12 +03:00
215ac62fd7
don't expect anything to work, files are missing now
16 lines
184 B
Bash
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 $*
|