| #!/bin/sh# Extract language data in the po subdir to keep the relative paths intactcp -f po/Firmware.pot po/Firmware.pot.bakcd po && ../lang-extract.py --no-missing -s -o Firmware.pot ../../Firmware/[a-zA-Z]*.[ch]* ../../Firmware/mmu2/[a-zA-Z]*.[ch]*
 |