linux-game-manager/.launch/End of Time.game
2024-12-31 11:33:08 -05:00

10 lines
296 B
Plaintext

mudPath="${installPath}/tintin-endoftime/eot.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%/*}" "${mudPath##*/}"
fi