mystic/dosemu2/prompt-v6.sh

9 lines
351 B
Bash
Raw Normal View History

2024-05-16 15:04:43 +02:00
DOSEMU=$(whiptail --title "Add DosEmu2/DosEmu to Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \
"Yes" "Add DosEmu2/DosEmu Support" ON \
"No" "Don't add DosEmu2/DosEmu Support" OFF \
2024-05-11 11:39:51 +02:00
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
2024-05-16 15:04:43 +02:00
echo -e "${DGN}Add DosEmu2/DosEmu Support: ${BGN}$DOSEMU${CL}"
2024-05-11 11:39:51 +02:00
fi