first commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user