summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh b/Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
deleted file mode 100644
index a1d41226431..00000000000
--- a/Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-for a in *; do cp $a $a.NEW; done
-for a in *.NEW
-do
- b=`basename $a .NEW`
- sed -e '/%input featpost2D;/d' $a > $b
-# echo $a ----- $b
-done
-rm *.NEW
-