pdate demo program

needed a mkdir
This commit is contained in:
Joey Hess 2025-02-25 17:23:38 -04:00
parent 71e92a509a
commit f8c7cea019
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -103,5 +103,6 @@ An example `git-annex-compute-foo` shell script follows:
echo "OUTPUT $3"
echo REPRODUCIBLE
if [ -n "$input" ]; then
mkdir -p "$(dirname "$3")"
frobnicate --passes="$ANNEX_COMPUTE_passes" <"$input" >"$3"
fi