Script tests

This commit is contained in:
mathiascode 2019-09-21 19:10:37 +03:00
parent 01348cb4fe
commit e4c619de4a

View file

@ -1,6 +1,8 @@
#!/bin/bash
client=$RANDOM
window=$RANDOM
tmux/bin/tmux new-session -d -t server -s $client
tmux/bin/tmux new-window -n $window
tmux/bin/tmux send-keys -t $client $@
tmux/bin/tmux attach -t $client