From 53557b0ed31676ea7d1386e3a4612e3536cbebad Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Sat, 2 Sep 2023 01:19:36 +0200 Subject: [PATCH] Add -R option --- update-home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-home.sh b/update-home.sh index 76961f8..98d5a83 100755 --- a/update-home.sh +++ b/update-home.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -optstring="rdh" +optstring="Rrdh" while getopts ${optstring} arg; do case ${arg} in