Skip to content

Commit

Permalink
less noise in temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cjac committed Jan 12, 2025
1 parent 824bcf8 commit 374ff96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/generate-all-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

for tt in $(find templates -name '*.sh.in') ; do
genfile=`perl -e "print( q{${tt}} =~ m:templates/(.*?.sh).in: )"`
perl templates/generate-action.pl "${genfile}" | tee "${genfile}" > /tmp/$(basename $genfile)
mkdir -p /tmp/init/$(dirname $genfile)
perl templates/generate-action.pl "${genfile}" | tee "${genfile}" > "/tmp/init/${genfile}"
done

0 comments on commit 374ff96

Please sign in to comment.