#!/bin/sh ./bin/do-email & while [ 1 ] ; do ./bin/nsa; sleep 10; done