wmii/rc/extern

11 lines
177 B
Plaintext
Raw Normal View History

2006-02-25 21:36:53 +03:00
#!/bin/sh
# clean the environment and execute the given command
PATH=$OLD_PATH export PATH
unset OLD_PATH
2006-02-27 18:36:31 +03:00
unset WMII_FONT
2006-02-25 21:36:53 +03:00
unset WMII_NORMCOLORS
unset WMII_SELCOLORS
exec "$@"