buildpack/script/console

9 lines
199 B
Text
Raw Normal View History

2019-09-21 19:04:34 +03:00
#!/bin/bash
2019-09-21 19:00:30 +03:00
client=$RANDOM
2019-09-21 19:10:37 +03:00
window=$RANDOM
2019-09-21 18:42:33 +03:00
tmux/bin/tmux new-session -d -t server -s $client
2019-09-21 19:10:37 +03:00
tmux/bin/tmux new-window -n $window
2019-09-21 19:07:49 +03:00
tmux/bin/tmux send-keys -t $client $@
tmux/bin/tmux attach -t $client