We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd5efc commit 1f4358cCopy full SHA for 1f4358c
run
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-while getopts '?dnh:' OPTION; do
+while getopts '?dh:' OPTION; do
4
case "$OPTION" in
5
h)
6
clear
0 commit comments