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