From 773e4adbb20676e52008635098aea9926271608f Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 7 Dec 2023 14:39:05 +0100 Subject: Add new scripts --- populate.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 populate.sh (limited to 'populate.sh') 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 -- cgit v1.2.1