Skip to content

Commit 1f4358c

Browse files
committed
[2022-10-03T16:38:08.282+0700Z]
1 parent 9cd5efc commit 1f4358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
while getopts '?dnh:' OPTION; do
3+
while getopts '?dh:' OPTION; do
44
case "$OPTION" in
55
h)
66
clear

0 commit comments

Comments
 (0)