diff --git a/tmuxinit.sh b/tmuxinit.sh index 4cf92f6..1e9bc27 100755 --- a/tmuxinit.sh +++ b/tmuxinit.sh @@ -1,10 +1,8 @@ #!/bin/sh -CNFHANDLE="function command_not_found_handle { echo Wrong; }" tmux new-session -d -n test tmux select-window -t 0:0 tmux send -t 0:0 'nc -lkp 9090' ENTER tmux split-window -h bash -tmux send -t 0:1 $CNFHANDLE ENTER tmux select-layout tmux resize-pane -t 1 -L 60 tmux a