Skip to content

Commit d31d1c4

Browse files
committedDec 28, 2017
feat: use grab in the hello world example.
1 parent cacdbeb commit d31d1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/hello-world.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - or
77
# - hasflag
88
# - readopt
9-
source $(shellib github.com/shellib/cli)
9+
source $(grab github.com/shellib/cli)
1010

1111
help=$(hasflag --help $*)
1212
greeting=$(or $(readopt --greeting $*) "Hello World!")

0 commit comments

Comments
 (0)
Please sign in to comment.