From c17680233faf36492bce94e8ba362577fee8894e Mon Sep 17 00:00:00 2001 From: ictlyh Date: Thu, 16 Apr 2015 22:59:40 +0800 Subject: [PATCH] [Translating] tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples --- ...ow to Show Dialog Box from Bash Shell Script with Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples.md b/sources/tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples.md index 3a50dc3872..a870c0f6a8 100644 --- a/sources/tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples.md +++ b/sources/tech/20150413 How to Show Dialog Box from Bash Shell Script with Examples.md @@ -1,3 +1,4 @@ +Translating by ictlyh How to Show Dialog Box from Bash Shell Script with Examples ================================================================================ This tutorial will give couple of examples on how to use utilities like zenity and whiptail in your Bash shell script to provide message / dialog box . With these utilities your script will be able to inform user about the current state of execution, or give an ability to interact. Difference between these two utilities is the way they are displaying message box or dialog. Zenity uses GTK toolkit for creating graphical user interfaces, while whiptail creates message boxes inside terminal window.