Files
would-reformat/_wrflog.sh
2023-09-30 17:20:59 -06:00

4 lines
50 B
Bash

function wrflog() {
echo "$@" >>/tmp/wrflog
}