coliseum.sh 106 B

1234567
  1. #!/bin/sh
  2. while :
  3. do
  4. python coliseum_client.py
  5. done
  6. read -p "Press [Enter] key to start backup..." yn