From 5173993f666abab6f1521e076595fef37f12ccaf Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 14 May 2024 20:26:42 +0200 Subject: [PATCH] one DEBUG to many --- cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu.sh b/cpu.sh index 85360d2..9536847 100755 --- a/cpu.sh +++ b/cpu.sh @@ -28,7 +28,7 @@ while getopts l:t:g:dh arg; do l) LOAD=${OPTARG};; t) TTL=${OPTARG};; g) GRACE=${OPTARG};; - d) {DEBUG}=1;; + d) DEBUG=1;; h) usage;; *) usage;; esac