#!/bin/sh # $Id: msgbox-utf8 1073 2021-06-27 05:01:23Z $ # from Debian #570634 . ./setup-vars . ./setup-utf8 ${DIALOG-dialog} "$@" \ --title "ทดสอบวรรณยุกต์" \ --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23 retval=$? . ./report-button