mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding usage guard to canonifier script.
This commit is contained in:
parent
5cb4cd3970
commit
aee312b5d2
3 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
#
|
||||
# Default canonifier used with the trace-based tests in testing/external/*.
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "usage: `basename $0` <filename>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
filename=`basename $1`
|
||||
|
||||
addl="cat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue