We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef08b1 commit cea2aa3Copy full SHA for cea2aa3
templates/generate-all-actions.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+for t in $(find templates -name '*.sh.in') ; do
4
+ genfile=`perl -e "print( q{${tt}} =~ m:templates/(.*?.sh).in: )"`
5
+ perl templates/generate-action.pl "${genfile}" | tee "${genfile}" > /tmp/$(basename $f)
6
+done
0 commit comments