mac_Coliseum.command 82 B

1234567
  1. #! /usr/bin/env sh
  2. cd `dirname $0`
  3. while :
  4. do
  5. python3 coliseum_client.py
  6. done