1 2 3 4 5 6 7 8
#/fake/bash if [ -r "$1.args" ]; then redo-ifchange "$1.args" mapfile -t args <"$1.args" else redo-ifcreate "$1.args" args=() fi