summaryrefslogtreecommitdiff
path: root/misc/tmux.sh
blob: d3c61fee7f9f484f48fa265a9790a8029aeb6626 (plain) (blame)
1
2
3
4
5
#!/bin/sh

tmux new-window nnd --tty=$(tty) --session=compenhance $@
clear
sleep 1000000