Changed how 'baseDir' is determined

This commit is contained in:
2025-11-05 18:47:33 -05:00
parent 6f99804427
commit 16bec76758

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
BASEDIR="$(dirname "${0}" | sed "s|^\.|${PWD}|")"
baseDir="$(realpath "$(dirname "${0}")")"
printf \
'\033[?47l\012'