views:

90

answers:

2

I'm now going to develop a program that will generate Shell Batch Files(*.sh), but I want to know some things:

  • It's possible to show GUIs using they?
    • How to do this?
+2  A: 

Gnome dialog may be of use Gnome Dialog Util
KDE has Kdialog Shell Scripting with KDE Dialogs

mtvee
+2  A: 

This has been asked before:

http://stackoverflow.com/questions/928019/how-to-do-gui-for-bash-scripts

Summary of options:

  • dialog
  • Zenity
  • use a different scripting language like Perl, Python, Ruby, etc...
Mark Byers