Update collabrunner.sh

collab-tests-sl
John McLear 2021-03-15 10:48:42 +00:00
parent d8baf7a1a7
commit 918e642501
1 changed files with 0 additions and 2 deletions

View File

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