mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
8 lines
205 B
Bash
Executable file
8 lines
205 B
Bash
Executable file
#!/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 $@
|