]> Sergey Matveev's repositories - dotfiles.git/blob - x/bin/dwm-term
Split huge bin/ to proper subdirectories
[dotfiles.git] / x / bin / dwm-term
1 #!/bin/sh
2
3 [ -n "$CMD" ] || CMD=tmux
4 [ -z "$CMDTITLE" ] || CMDTITLE="-t $CMDTITLE"
5
6 exec $HOME/bin/st $@ $CMDTITLE -e $CMD 2>/dev/null