summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-11-14 15:17:18 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-11-14 15:17:18 +0100
commitd8beb0293bde2b758897df2f70118115d6620539 (patch)
treee7cea252e63bce2ffc0e456909ec2692d7a0d094 /misc
parentf0208e736ee473e80c8bc0d282ff9d9947374f15 (diff)
checkpointmain
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/tmux.sh5
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