summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/msgbox
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dialog/TESTS/msgbox')
-rwxr-xr-xgnu/usr.bin/dialog/TESTS/msgbox14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/dialog/TESTS/msgbox b/gnu/usr.bin/dialog/TESTS/msgbox
deleted file mode 100755
index 7f1b1f8..0000000
--- a/gnu/usr.bin/dialog/TESTS/msgbox
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-DIALOG=${DIALOG=/usr/bin/dialog}
-
-$DIALOG --title "MESSAGE BOX" --clear \
- --msgbox "Hi, this is a simple message box. You can use this to\n\
-display any message you like. The box will remain until\n\
-you press the ENTER key." -1 -1
-
-case $? in
- 0)
- echo "OK";;
- 255)
- echo "ESC pressed.";;
-esac
OpenPOWER on IntegriCloud