X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fscripts%2Fmakeit;fp=helm%2Fscripts%2Fmakeit;h=0000000000000000000000000000000000000000;hp=bbd7cfd05ae757551bb6caa500a9c2cff809df3f;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/scripts/makeit b/helm/scripts/makeit deleted file mode 100755 index bbd7cfd05..000000000 --- a/helm/scripts/makeit +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -if test $# != 3; then - echo "Usage: makeit " - echo - echo " is either V6.2 or V7" - echo " is either phd or marcello" - exit 1 -fi - -sed -e "s/@COQV@/$1/" -e "s/@WHERE@/$2/" -e "s/@FROM@/$3/"