]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - doc/utils/cleanhtml.sh
(no commit message)
[thirdparty/strongswan.git] / doc / utils / cleanhtml.sh
diff --git a/doc/utils/cleanhtml.sh b/doc/utils/cleanhtml.sh
deleted file mode 100755 (executable)
index a3ea2af..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# script to clean up HTML files
-# removes formatting added by htmldoc
-#
-# first argument is sedscript to use
-f=$1
-shift
-# remaining args are files to process
-for i
-do
-       sed -f $f $i > tmp
-       mv tmp $i
-done