Message Dialogs
#!/bin/bash
zenity --error \
--text="Could not find /var/log/syslog." #!/bin/bash
zenity --info \
--text="Merge complete. Updated 3 of 10 files."Last updated
#!/bin/bash
zenity --error \
--text="Could not find /var/log/syslog." #!/bin/bash
zenity --info \
--text="Merge complete. Updated 3 of 10 files."Last updated
#!/bin/bash
zenity --question \
--text="Are you sure you wish to proceed?" #!/bin/bash
zenity --warning \
--text="Disconnect the power cable to avoid electrical shock."