5 lines
108 B
Bash
5 lines
108 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
zenity --error \
|
||
|
--text="Could not find /var/log/syslog."
|