This website requires JavaScript.
Explore
Help
Sign In
modules
/
nutools
Watch
10
Star
0
Fork
You've already forked nutools
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8286b2974f
nutools
/
legacy
/
sysinc
/
begingetopt--_help
9 lines
121 B
Plaintext
Raw
Blame
History
eoo=
first_option=1
while [ -n "$1" ]; do
case "$1" in
-h|--help)
display_help
exit 0
;;
Reference in New Issue
View Git Blame
Copy Permalink