From 84d17268c90e414cf76bcd390e40c9dbe048a19c Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Sun, 10 Sep 2023 08:10:51 -0500 Subject: [PATCH] Work with symbolic links --- mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo b/mo index e56ee0e..1b8a609 100755 --- a/mo +++ b/mo @@ -155,7 +155,7 @@ mo() ( moSource="${arg#-s=}" fi - if [[ -f "$moSource" ]]; then + if [[ -e "$moSource" ]]; then # shellcheck disable=SC1090 . "$moSource" else