Update print.sh
This commit is contained in:
parent
988a5ba2a6
commit
3736e6f15b
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
printok()
|
||||
{
|
||||
printf "ok: %s\n" "${@}" > /dev/stdout
|
||||
printf "ok: %s\n" "${1}" > /dev/stdout
|
||||
}
|
||||
|
||||
printerr()
|
||||
{
|
||||
printf "error: %s\n" "${@}" > /dev/stderr
|
||||
printf "error: %s\n" "${1}" > /dev/stderr
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue