scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

spawn-network-test.sh (164B)


      1 #!/bin/bash
      2 
      3 NUM=${1:-1}
      4 
      5 tmux new-session -d "network-test.sh"
      6 
      7 for ((i=2; i<=NUM; i++)); do
      8     tmux new-window "network-test.sh"
      9 done
     10 
     11 tmux -2 attach-session -d