aboutsummaryrefslogtreecommitdiffstats
path: root/loadargs
blob: 3ec8b0da34775a0a783f8340327c697291e50ce1 (plain)
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