]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/download_candidates.sh
removed papers that have been moved to the new "papers" repository
[helm.git] / helm / papers / use_case / stats / download_candidates.sh
diff --git a/helm/papers/use_case/stats/download_candidates.sh b/helm/papers/use_case/stats/download_candidates.sh
deleted file mode 100755 (executable)
index e2265c4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-for i in `fgrep -v '#' CANDIDATI`; do
-  DEST=`echo $i | tr ":/'" '_' `
-  wget -O CICXML/$DEST "http://mowgli.cs.unibo.it:58081/getxml?uri="$i
-  gzip CICXML/$DEST
-done