mach dir eine neue sh datei, zbsp: compile.sh und füge diesen inhalt ein:
PHP Code:
#!/usr/local/bin/bash
LIST_FILE='locale_list'
if [ -r $LIST_FILE ]; then
rm -rdf object
mkdir object
while read line;
do
./qc $line
done < $LIST_FILE
else
echo $LIST_FILE' is missing'
fi
anschliessend nur noch mit dieser datei quests neu komprilieren.
mfg
edit:
benutzt du die hongkong_list oder eine andere list musst du das auch in der sh datei ändern, also hier
PHP Code:
LIST_FILE='locale_list'