mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
17 lines
188 B
Bash
17 lines
188 B
Bash
#!9PREFIX/bin/rc
|
|
# clean the environment and execute the given command
|
|
|
|
path=$old_path
|
|
old_path=()
|
|
wmiircpid=()
|
|
apid=()
|
|
cmd=()
|
|
home=()
|
|
ifs=()
|
|
pid=()
|
|
prompt=()
|
|
rcname=()
|
|
status=()
|
|
|
|
exec $*
|