3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/bash
|
|
zenity --error --text='A calamity has happened!!!'
|
#!/bin/bash
|
|
zenity --error --text='A calamity has happened!!!'
|