1
0
Fork 0
myping/server.sh

3 lines
59 B
Bash
Executable File

#!/bin/bash
while :; do ./myping-server.py; sleep 60; done