summaryrefslogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-02 16:12:30 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-02 16:12:30 -0600
commitfc3b0f14eaa5738732ab58333d70d13995b66acd (patch)
tree8421685836b8e1a77860718ddc308a958e32724e /clean.sh
parent9d624e6b33cea659247701fefb79f3bbc259fd23 (diff)
downloadpfsense-fc3b0f14eaa5738732ab58333d70d13995b66acd.zip
pfsense-fc3b0f14eaa5738732ab58333d70d13995b66acd.tar.gz
remove old files
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/clean.sh b/clean.sh
deleted file mode 100755
index 3f14115..0000000
--- a/clean.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-sed -i '' 's/> </></g' $1 ;
-sed -i '' 's/ / /g' $1 ;
-sed -i '' 's/\s+$//g' $1 ;
-sed -i '' 's/ width="17" height="17" border="0"//g' $1 ;
-sed -i '' 's/<td [^>]+listhdrr[^>]+>/<th>/g' $1 ;
-sed -i '' 's/<body[^>]*>//g' $1 ;
-sed -i '' 's/<\(table\|td\|span\|div\)[^>]\+>/<\1>/g' $1 ;
-sed -i '' 's/<?php include("fbegin.inc"); ?>//g' $1 ;
-sed -i '' 's/<?php include("fend.inc"); ?>/<?php include("foot.inc"); ?>/g' $1 ;
-sed -i '' 's/<?php echo /<?=/g' $1 ;
-sed -i '' 's/;\s*?>/?>/g' $1 ;
-sed -i '' 's/<?\s*=\s*/<?=/g' $1 ;
-sed -i '' 's/ <> / != /g' $1 ;
OpenPOWER on IntegriCloud