1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Added update_po_files.sh script.

This commit is contained in:
mtortonesi 2005-08-16 15:37:10 -07:00
parent 32ea9deb40
commit c6840ca8af

7
util/update_po_files.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#cd po
for i in *.po
do
wget http://www.iro.umontreal.ca/translation/maint/wget/$i -O $i
done