fix(test): wrong copy/paste from irssi to netcat
This commit is contained in:
parent
9fa9223d08
commit
b7de84cf3c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -95,7 +95,7 @@ test: debug
|
||||||
@tmux split-window -h -p 70 -t $(SESSION):0 \
|
@tmux split-window -h -p 70 -t $(SESSION):0 \
|
||||||
'bash -lc "irssi 4243 irc || exec yes \"irssi exit code: $?\""'
|
'bash -lc "irssi 4243 irc || exec yes \"irssi exit code: $?\""'
|
||||||
@tmux split-window -v -p 50 -t $(SESSION):0.1 \
|
@tmux split-window -v -p 50 -t $(SESSION):0.1 \
|
||||||
'bash -lc "nc localhost 4243 || exec yes \"irssi exit code: $?\""'
|
'bash -lc "nc localhost 4243 || exec yes \"netcat exit code: $?\""'
|
||||||
@tmux attach -t $(SESSION)
|
@tmux attach -t $(SESSION)
|
||||||
|
|
||||||
# Header
|
# Header
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue