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:
parent
32ea9deb40
commit
c6840ca8af
7
util/update_po_files.sh
Executable file
7
util/update_po_files.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user