linux-game-manager/.launch/Alter Aeon.game

10 lines
277 B
Plaintext
Raw Normal View History

2024-12-23 02:35:53 -05:00
mudPath="${installPath}/tintin-alteraeon/aa.tin"
pushd "${mudPath%/*}"
git pull | \
dialog --progressbox "Checking for updates, please wait..." -1 -1
if [[ -n "${COLORTERM}" ]]; then
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
2024-12-23 02:35:53 -05:00
else
tt++ ${mudPath##*/}
2024-12-23 02:35:53 -05:00
fi