From deac92eceeb497963f28f96c98add8c7c2787c73 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 6 Mar 2025 21:06:20 -0500 Subject: cleanup scripts --- snapshot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'snapshot') diff --git a/snapshot b/snapshot index 380051a..c105225 100755 --- a/snapshot +++ b/snapshot @@ -32,6 +32,8 @@ full() { while getopts ":f" arg; do case "$arg" in f) full ;; - *) printf "Invalid option: -%s\n" "$OPTARG" >&2 && exit 1 ;; + *) printf "Invalid option: -%s\n" "$OPTARG" >&2 + exit 1 + ;; esac done -- cgit v1.2.3