mirror of
https://github.com/0intro/wmii
synced 2024-12-17 09:02:37 +03:00
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
|
#!9PREFIX/bin/rc
|
||
|
# clean the environment and execute the given command
|
||
|
|
||
|
PATH=$OLD_PATH
|
||
|
OLD_PATH=()
|
||
|
wmiiwmpid=()
|
||
|
apid=()
|
||
|
home=()
|
||
|
ifs=()
|
||
|
pid=()
|
||
|
prompt=()
|
||
|
rcname=()
|
||
|
status=()
|
||
|
|
||
|
exec $*
|