mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 04:40:41 +08: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