This commit is contained in:
John McLear 2021-03-15 10:50:45 +00:00
parent 918e642501
commit 28c6170cd7
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#!/bin/sh
pecho() { printf %s\\n "$*"; }
log() { pecho "$@"; }
error() { log "ERROR: $@" >&2; }