diff options
Diffstat (limited to 'help/C/l10n_scripts/error.sh')
-rwxr-xr-x | help/C/l10n_scripts/error.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help/C/l10n_scripts/error.sh b/help/C/l10n_scripts/error.sh new file mode 100755 index 00000000..7d93857f --- /dev/null +++ b/help/C/l10n_scripts/error.sh @@ -0,0 +1,4 @@ +#!/bin/bash + + zenity --error \ + --text="Could not find /var/log/syslog." |