wmii/rc/extern
2006-03-16 08:06:31 +01:00

12 lines
190 B
Bash

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