Commiting various minor changes

This commit is contained in:
Keith Whyte 2023-01-04 01:46:40 +01:00
parent 1cd5263e40
commit e37d5cb55f
4 changed files with 7 additions and 6 deletions

View file

@ -80,7 +80,7 @@ f() {
tmux a -t SIP
return
fi
tmux new-session -n SIP "sudo sngrep -d any" \; splitw -p 60 "fs_cli -r" \; select-window -t SIP \;
tmux new-session -s SIP "sudo sngrep -d any" \; splitw -p 60 "fs_cli -r" \; select-window -t SIP \;
}
rk_ext() {