From cb76e46e97b0013305a7c96c2230a791675a15cf Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 10 Nov 2009 21:53:19 +0100 Subject: ipset 4.0 released See ChangeLog files --- tests/sort.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/sort.sh (limited to 'tests/sort.sh') diff --git a/tests/sort.sh b/tests/sort.sh new file mode 100755 index 0000000..a01d066 --- /dev/null +++ b/tests/sort.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +awk '/^[A-Za-z]+:/ { print $0 }' $1 > .foo +awk '!/^[A-Za-z]+:/ && !/inding/ { print $0 }' | sort >> .foo +rm $1 -- cgit v1.2.3