#!/bin/sh [ -n "$CMD" ] || CMD=tmux [ -z "$CMDTITLE" ] || CMDTITLE="-t $CMDTITLE" exec $HOME/bin/st $@ $CMDTITLE -e $CMD 2>/dev/null