Add -R option
This commit is contained in:
parent
c465ac2a69
commit
53557b0ed3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
optstring="rdh"
|
optstring="Rrdh"
|
||||||
|
|
||||||
while getopts ${optstring} arg; do
|
while getopts ${optstring} arg; do
|
||||||
case ${arg} in
|
case ${arg} in
|
||||||
|
|
Loading…
Reference in a new issue