Updated MUD launchers. Added Legends of Kallisti.

This commit is contained in:
Storm Dragon
2024-12-31 11:33:08 -05:00
parent 69631769f8
commit 4a0e6c83b8
10 changed files with 30 additions and 8 deletions

View File

@ -4,7 +4,7 @@ pushd "${mudPath%/*}"
git pull | \
dialog --progressbox "Checking for updates, please wait..." -1 -1
if [[ -n "${COLORTERM}" ]]; then
terminal_emulator tt++ ${mudPath##*/}
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
else
tt++ ${mudPath##*/}
tt++ ${mudPath##*/}
fi