1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2024-12-24 01:13:51 +01:00
ldapsaisie/debian/bin/ldapsaisie-generate-lang-file

9 lines
205 B
Text
Raw Normal View History

#!/bin/bash
L="$1"
[ ! -n "$1" ] && echo "Usage : $0 [lang] [lang1.php lang2.php ...]" && exit 1
cd /usr/share/ldapsaisie/lang
php generate_lang_file.php /etc/ldapsaisie/local/lang/$L/*.php $L/*.php $@