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

@ -0,0 +1,9 @@
mudPath="${installPath}/tintin-kallisti-pack/kallisti.tin"
pushd "${mudPath%/*}"
git pull | \
dialog --progressbox "Checking for updates, please wait..." -1 -1
if [[ -n "${COLORTERM}" ]]; then
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
else
tt++ ${mudPath##*/}
fi