more pass
j3s j3s@c3f.net
Thu, 05 Nov 2020 09:44:39 -0600
2 files changed,
1 insertions(+),
1 deletions(-)
M
bin/MACC02VK5ECHTD7/jws-ssh
→
bin/MACC02VK5ECHTD7/jws-ssh
@@ -15,7 +15,7 @@ fi
# if no arguments: opens tmux panes to every remote host in list via ssh, sync panes tmux set default-shell "/bin/sh" -tmux new-window 'sleep 0.1' +tmux new-window 'sleep 0.2' while IFS='$\n' read -r i; do ip=$(echo "$i" | awk '{print $2}') tmux split-window "ssh $ip"