]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/makeit
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / scripts / makeit
diff --git a/helm/scripts/makeit b/helm/scripts/makeit
deleted file mode 100755 (executable)
index bbd7cfd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if test $# != 3; then
-       echo "Usage: makeit <version> <where> <to>"
-       echo
-       echo "       <version> is either V6.2 or V7"
-       echo "       <from/to> is either phd or marcello"
-       exit 1
-fi
-       
-sed -e "s/@COQV@/$1/" -e "s/@WHERE@/$2/" -e "s/@FROM@/$3/"