buildpack/script/console
2019-09-21 18:58:23 +03:00

8 lines
154 B
Bash
Executable file

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