Sequential jobs example:
tee example1.sh
#!/bin/bash
printf 'cmd-to-run "%s"\n' "$@" | parallel -j1 --joblog p.log --resume --retries 3
Running this example1.sh taipeifilmcommission vihartvihart socallinuxexpo
would start the following jobs and re-run them up to 3 times if they failed: