Sometimes you want to see whats happning with your script on the backgound, especially when the script is not very talkative.
while true; do ps ax | grep store_nyiso; sleep 2; done
where store_nyiso is the part of the script name that is present in my file.