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