3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec zenity --error --text="Could not find /var/log/syslog."
|