Skip to content
Snippets Groups Projects
Commit 0f027c52 authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed args parsing

parent 3b6bc737
No related branches found
No related tags found
No related merge requests found
spinsnip(){ spinsnip(){
if [ $# -ne 1 ]; then if [ $# -lt 1 ]; then
>&2 echo "Usage: spinsnip <report name> [other args]*" >&2 echo "Usage: spinsnip <report name> [other args]*"
return return
fi fi
......
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