Add some early logging possiblity

This commit is contained in:
Michael Wolf
2023-09-30 17:20:59 -06:00
parent 0414802fa8
commit 3d8ba44afd
2 changed files with 6 additions and 0 deletions

3
_wrflog.sh Normal file
View File

@@ -0,0 +1,3 @@
function wrflog() {
echo "$@" >>/tmp/wrflog
}