importation initiale dans git
This commit is contained in:
7
legacy/sysinc/begingetopt_help
Normal file
7
legacy/sysinc/begingetopt_help
Normal file
@@ -0,0 +1,7 @@
|
||||
eoo=
|
||||
while [ -n "$1" ]; do
|
||||
case "$1" in
|
||||
-h|--help)
|
||||
display_help
|
||||
exit 0
|
||||
;;
|
||||
Reference in New Issue
Block a user