Removed leftovers from testing

This commit is contained in:
sose 2018-09-14 19:44:13 +02:00
parent 69e7e2ec9b
commit 074f58fa74
1 changed files with 0 additions and 2 deletions

View File

@ -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