Files
would-reformat/_wrflog.sh
2023-09-30 17:32:48 -06:00

6 lines
75 B
Bash

# shellcheck shell=bash
function wrflog() {
echo "$@" >>/tmp/wrflog
}