aboutsummaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
commit581865ee0c8b8aea872f053d804a41fb5f416b17 (patch)
tree9a2f99ea48c31629a5c3c42b0454483982cdbfed /notify
parentc5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff)
downloadscripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz
scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to '')
-rwxr-xr-xnotify1
1 files changed, 1 insertions, 0 deletions
diff --git a/notify b/notify
index f3d996e..48b7eee 100755
--- a/notify
+++ b/notify
@@ -32,5 +32,6 @@ case "$1" in
32 ;; 32 ;;
33 *) 33 *)
34 usage 34 usage
35 exit 1
35 ;; 36 ;;
36esac 37esac

Generated with cgit - Back to sebastiano.tronto.net