diff --git a/parse-list.sh b/parse-list.sh new file mode 100755 index 0000000..a88bac8 --- /dev/null +++ b/parse-list.sh @@ -0,0 +1,47 @@ +#!/bin/bash +# +# Run script against every item in input file + +if [[ -z $1 ]] ; then + echo "parse a list of parameters and execute script with those parameters" + echo "parse-list.sh