]> sjero.net Git - wget/blob - util/update_po_files.sh
80b3e6f09233dabc4f015cd669aeeacd25de77e2
[wget] / util / update_po_files.sh
1 #!/bin/bash
2
3 #cd po
4 for i in *.po
5 do 
6         wget http://www.iro.umontreal.ca/translation/maint/wget/$i -O $i
7 done