transfer1b.sh 79 B

1234567
  1. #!/bin/bash
  2. while true
  3. do
  4. sleep 5
  5. kill -USR2 $(cat ./transfer1b.*.pid)
  6. done