linux-game-manager/.launch/End of Time.game
Storm Dragon b3ada38d9b Update Doom launcher to work better with the new launch system. Add some
other launchers for the switch to the new system.
2024-12-23 11:10:42 -05:00

10 lines
250 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 tt++ ${mudPath##*/}
else
tt++ ${mudPath##*/}
fi