summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-02 16:55:07 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-02 16:55:07 -0600
commitdc4c87edb218e750d7538fd7c91cad3ee3502646 (patch)
treeb80084ec649acfa3c823a1ee985a8b1c33570153 /tools/scripts
parentfc3b0f14eaa5738732ab58333d70d13995b66acd (diff)
downloadpfsense-dc4c87edb218e750d7538fd7c91cad3ee3502646.zip
pfsense-dc4c87edb218e750d7538fd7c91cad3ee3502646.tar.gz
move clean script to tools directory
Diffstat (limited to 'tools/scripts')
-rwxr-xr-xtools/scripts/clean.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/scripts/clean.sh b/tools/scripts/clean.sh
new file mode 100755
index 0000000..3f14115
--- /dev/null
+++ b/tools/scripts/clean.sh
@@ -0,0 +1,15 @@
+#!/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