mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 11:52:54 +00:00
9 lines
227 B
Bash
Executable file
9 lines
227 B
Bash
Executable file
#!/bin/bash
|
|
tmux attach -t server
|
|
#client=$RANDOM
|
|
#window=$RANDOM
|
|
|
|
#tmux/bin/tmux new-session -d -t server -s $client
|
|
#tmux/bin/tmux new-window -n $window
|
|
#tmux/bin/tmux send-keys -t $client $@
|
|
#tmux/bin/tmux attach -t $client
|