]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/download_candidates_c1.sh
* basic infrastructure for collecting statistics
[helm.git] / helm / papers / use_case / stats / download_candidates_c1.sh
diff --git a/helm/papers/use_case/stats/download_candidates_c1.sh b/helm/papers/use_case/stats/download_candidates_c1.sh
new file mode 100755 (executable)
index 0000000..9dfaade
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+for i in `fgrep -v '#' CANDIDATI`; do
+  DEST=`echo $i | tr ":/'" '_' `
+  #wget -O CONTENT/$DEST "http://mowgli.cs.unibo.it:58080/apply?profile=default&param.profile=default&prop.media-type=text/xml&prop.method=xml&prop.encoding=utf-8&keys=C1&xmluri=http://mowgli.cs.unibo.it:58081/getxml%3Furi%3D"$i
+  wget -O CONTENTNB/$DEST "http://mowgli.cs.unibo.it:58080/apply?profile=default&param.profile=default&prop.media-type=text/xml&prop.method=xml&prop.encoding=utf-8&keys=C1&xmluri=http://mowgli.cs.unibo.it/~lpadovan/CICXMLNB/"$DEST
+  gzip CONTENTNB/$DEST
+done
+