buildpack/script/console
mathiascode 66f13cef15 Tests
2019-09-21 18:42:33 +03:00

8 lines
156 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