Revert change

This commit is contained in:
mathiascode 2019-09-21 19:19:23 +03:00
parent e4c619de4a
commit 801c8bfaff

View file

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