8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
eoo=
|
|
while [ -n "$1" ]; do
|
|
case "$1" in
|
|
-h|--help)
|
|
display_help
|
|
exit 0
|
|
;;
|