Fullpath is not a command

This commit is contained in:
Matt McWilliams 2021-11-29 11:43:08 -05:00
parent 3e53245396
commit fb3c35e7d1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [[ "${1}" == "" ]]; then
exit 1
fi
FRAMES=$(fullpath)/
FRAMES=$(realpath "${1}")/
END=-1
if [[ "${3}" != "" ]]; then