#!/bin/bash # To delay with the rest of the system #sleep 10 while true do run-parts ~/BallonSonde/process/ done