Add -R option

This commit is contained in:
Kujiu 2023-09-02 01:19:36 +02:00
parent c465ac2a69
commit 53557b0ed3
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
optstring="rdh"
optstring="Rrdh"
while getopts ${optstring} arg; do
case ${arg} in