#!/bb/ash
#Generic wrapper for hosting Terminal when called from X
[ "$DISPLAY" ] && /usr/bin/xterm -e $@ || $@
