Script tests

This commit is contained in:
mathiascode 2019-09-21 19:07:49 +03:00
parent cc4fbbb97c
commit 01348cb4fe

View file

@ -2,6 +2,5 @@
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
tmux/bin/tmux send-keys -t $client $@
tmux/bin/tmux attach -t $client