aboutsummaryrefslogtreecommitdiffstats
path: root/populate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'populate.sh')
-rwxr-xr-xpopulate.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/populate.sh b/populate.sh
new file mode 100755
index 0000000..0a1d156
--- /dev/null
+++ b/populate.sh
@@ -0,0 +1,8 @@
+!#/bin/bash
+for lang in ca cs de el en eo es et eu fr hr hu id it ja nb nl pl pt_br ro ru sk sl sq sv tr uk zh_cn
+do
+ pushd drakx-installer-help/$lang
+ unzip ../../DrakX-${lang^^}-InlineHelp.zip
+ git add *
+ popd
+done