first commit

This commit is contained in:
2026-07-08 18:23:00 -07:00
commit 1a69f28eb8
13 changed files with 1116 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [ "$#" -eq 0 ]; then
exec /usr/bin/tmux new-session -A -s main
else
exec /usr/bin/tmux "$@"
fi