summaryrefslogtreecommitdiff
path: root/package/shorewall-common/files/downstrip
diff options
context:
space:
mode:
Diffstat (limited to 'package/shorewall-common/files/downstrip')
-rw-r--r--package/shorewall-common/files/downstrip7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/shorewall-common/files/downstrip b/package/shorewall-common/files/downstrip
deleted file mode 100644
index 040eded62..000000000
--- a/package/shorewall-common/files/downstrip
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cd $1
-for i in $( ls -1 $1 |grep -v ".template"); do
- sed -e '/^$/d' -e '/^#$/d' -e '/^#[^!]/d' -e '/^[ *]$/d' -e 's/\t/ /g' -i $i
-done
-