Make shellcheck happier

This commit is contained in:
Michael Wolf
2023-09-30 17:32:48 -06:00
parent 5d3dc8003e
commit 358d2a4b14

View File

@@ -1,3 +1,5 @@
# shellcheck shell=bash
function wrflog() {
echo "$@" >>/tmp/wrflog
}