aboutsummaryrefslogtreecommitdiff
path: root/template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'template.sh')
-rwxr-xr-xtemplate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.sh b/template.sh
index a33cefe8..1c743617 100755
--- a/template.sh
+++ b/template.sh
@@ -3,6 +3,7 @@
3for f in $(git ls-files *.j2); do 3for f in $(git ls-files *.j2); do
4 for ld in locale/*/; do 4 for ld in locale/*/; do
5 l=$(basename $ld) 5 l=$(basename $ld)
6 mkdir -p $(basename $l)
6 echo "$f: $l" 7 echo "$f: $l"
7 python template.py $f $l 8 python template.py $f $l
8 done 9 done