buildpack/script/console

8 lines
154 B
Plaintext
Raw Normal View History

2019-09-21 15:42:33 +00:00
#!/bin/sh
2019-09-21 15:58:23 +00:00
$client=$RANDOM
2019-09-21 15:42:33 +00:00
tmux/bin/tmux new-session -d -t server -s $client
tmux/bin/tmux new-window
tmux send-keys -t $client $@
tmux attach -t $client