Work with symbolic links

This commit is contained in:
Tyler Akins 2023-09-10 08:10:51 -05:00
parent 68306c4c6d
commit 84d17268c9
No known key found for this signature in database
GPG Key ID: 8F3B8C432F4393BD

2
mo
View File

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