Skip to content

Commit 44f9b48

Browse files
author
Adam Soos
committed
WS-3314: update example runner usage info
1 parent 7c5f72c commit 44f9b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/run_all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
if [ $# -eq 0 ]; then
4+
echo "Usage: $0 API_KEY [ALT_URL]" 1>&2
5+
exit 1
6+
fi
37
OPTS=""
48
if [ -n "$2" ]; then
59
OPTS="-u $2"

0 commit comments

Comments
 (0)