my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

more pass

+1 -1
.password-store/b/retirement.gpg

This is a binary file and will not be displayed.

+1 -1
bin/MACC02VK5ECHTD7/jws-ssh
··· 15 15 16 16 # if no arguments: opens tmux panes to every remote host in list via ssh, sync panes 17 17 tmux set default-shell "/bin/sh" 18 - tmux new-window 'sleep 0.1' 18 + tmux new-window 'sleep 0.2' 19 19 while IFS='$\n' read -r i; do 20 20 ip=$(echo "$i" | awk '{print $2}') 21 21 tmux split-window "ssh $ip"