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