Work with symbolic links

This commit is contained in:
Tyler Akins
2023-09-10 08:10:51 -05:00
parent 68306c4c6d
commit 84d17268c9

2
mo
View File

@@ -155,7 +155,7 @@ mo() (
moSource="${arg#-s=}" moSource="${arg#-s=}"
fi fi
if [[ -f "$moSource" ]]; then if [[ -e "$moSource" ]]; then
# shellcheck disable=SC1090 # shellcheck disable=SC1090
. "$moSource" . "$moSource"
else else