#!/bin/sh # Simple loop to enable sigint to be received i=1 while [ "$i" -lt 1000 ]; do ./__testpython done