summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-03 16:47:39 +0000
committerKarl Berry <karl@freefriends.org>2011-12-03 16:47:39 +0000
commit97e4684a37e4899e8cdd42ab670b6e25dd319d1a (patch)
treebc263a56d75c177b79ae13c6e6ec7a3c30278dbf /Master/texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
parenta2c8654f8955a0d35c8b0c2d1752a506a426681b (diff)
featpost (17nov11)
git-svn-id: svn://tug.org/texlive/trunk@24738 c570f23f-e606-0410-a88d-b1316a301751
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
-