Begin modularization again

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4450 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2006-08-27 18:16:55 +00:00
parent fa8fc4e935
commit 4a26e098be
3 changed files with 71 additions and 8 deletions

View File

@@ -8270,6 +8270,14 @@ __EOF__
}
#
# Give Usage Information
#
usage() {
echo "Usage: $0 [debug] check|compile <filename>}"
exit 1
}
#
# E X E C U T I O N B E G I N S H E R E
#