pdate demo program
needed a mkdir
This commit is contained in:
parent
71e92a509a
commit
f8c7cea019
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue