wmii/rc/extern

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 "$@"