wmii/rc/extern
2006-02-27 16:36:31 +01:00

11 lines
177 B
Bash

#!/bin/sh
# clean the environment and execute the given command
PATH=$OLD_PATH export PATH
unset OLD_PATH
unset WMII_FONT
unset WMII_NORMCOLORS
unset WMII_SELCOLORS
exec "$@"