buildpack/script/console

10 lines
227 B
Plaintext
Raw Normal View History

2019-09-21 16:04:34 +00:00
#!/bin/bash
2019-09-21 16:28:37 +00:00
tmux attach -t server
#client=$RANDOM
#window=$RANDOM
2019-09-21 15:42:33 +00:00
2019-09-21 16:28:37 +00:00
#tmux/bin/tmux new-session -d -t server -s $client
2019-09-21 16:19:23 +00:00
#tmux/bin/tmux new-window -n $window
2019-09-21 16:28:37 +00:00
#tmux/bin/tmux send-keys -t $client $@
#tmux/bin/tmux attach -t $client