]> sjero.net Git - wget/blobdiff - util/update_po_files.sh
Removing obsolete and/or incomplete stuff from util/.
[wget] / util / update_po_files.sh
diff --git a/util/update_po_files.sh b/util/update_po_files.sh
deleted file mode 100755 (executable)
index 4ae3b8b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-for i in *.po
-do 
-       mv $i $i.old
-
-       wget http://www.iro.umontreal.ca/translation/maint/wget/$i
-
-       if test -f $i
-       then 
-               rm -f $i.old
-       fi
-done