6 lines
75 B
Bash
6 lines
75 B
Bash
# shellcheck shell=bash
|
|
|
|
function wrflog() {
|
|
echo "$@" >>/tmp/wrflog
|
|
}
|