Skip to content
Snippets Groups Projects
Commit 93a305b6 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fix for travis

parent 8c4212ad
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env gawk -f
# needs gawk
#! /bin/bash
TEMP=$(mktemp)
cat > $TEMP << \EOF
# print usage
function usage(){
......@@ -353,3 +356,6 @@ END{
}
}
EOF
gawk -f $TEMP $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment