From 358d2a4b14164f47fe86318236f4da2ee752b6f2 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 30 Sep 2023 17:32:48 -0600 Subject: [PATCH] Make shellcheck happier --- _wrflog.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_wrflog.sh b/_wrflog.sh index b92f0a3..a2fd378 100644 --- a/_wrflog.sh +++ b/_wrflog.sh @@ -1,3 +1,5 @@ +# shellcheck shell=bash + function wrflog() { echo "$@" >>/tmp/wrflog }