terminal (97B)
1 #!/bin/sh 2 3 # My default terminal 4 5 terminal=${TERMINAL:-"st -e tmux new-session "$@""} 6 7 $terminal
scriptsVarious scripts for UNIX-like systems | |
git clone https://git.tronto.net/scripts | |
Download | Log | Files | Refs | README |
terminal (97B)
1 #!/bin/sh 2 3 # My default terminal 4 5 terminal=${TERMINAL:-"st -e tmux new-session "$@""} 6 7 $terminal