in reply to how to execute multiple Perl scripts
#!/bin/sh set -e ./step1.pl ./step2.pl ./step3.pl ./step4.pl [download]