popup-terminal (113B)
1 #!/bin/sh 2 3 # TODO maybe I want to run e.g. tmux in this? 4 5 st -T "stfloat" -g 85x25+550+300 tmux new-session "$@"
scriptsVarious scripts for UNIX-like systems | |
git clone https://git.tronto.net/scripts | |
Download | Log | Files | Refs | README |
popup-terminal (113B)
1 #!/bin/sh 2 3 # TODO maybe I want to run e.g. tmux in this? 4 5 st -T "stfloat" -g 85x25+550+300 tmux new-session "$@"