buildpack/script/console
2019-09-21 19:07:49 +03:00

7 lines
148 B
Bash
Executable file

#!/bin/bash
client=$RANDOM
tmux/bin/tmux new-session -d -t server -s $client
tmux/bin/tmux send-keys -t $client $@
tmux/bin/tmux attach -t $client