GUI Using Shell Batch File
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 thi开发者_如何学JAVAs?
This has been asked before:
How to make a GUI for bash scripts?
Summary of options:
- dialog
- Zenity
- use a different scripting language like Perl, Python, Ruby, etc...
Gnome dialog may be of use Gnome Dialog Util
KDE has Kdialog Shell Scripting with KDE Dialogs
精彩评论