diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-14 15:17:18 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-14 15:17:18 +0100 |
| commit | d8beb0293bde2b758897df2f70118115d6620539 (patch) | |
| tree | e7cea252e63bce2ffc0e456909ec2692d7a0d094 /misc | |
| parent | f0208e736ee473e80c8bc0d282ff9d9947374f15 (diff) | |
checkpointmain
Diffstat (limited to 'misc')
| -rwxr-xr-x | misc/tmux.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/tmux.sh b/misc/tmux.sh new file mode 100755 index 0000000..d3c61fe --- /dev/null +++ b/misc/tmux.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +tmux new-window nnd --tty=$(tty) --session=compenhance $@ +clear +sleep 1000000 |
