Tamarin/lib/buildtools/tamarin_error

10 lines
134 B
Plaintext
Raw Permalink Normal View History

2017-02-09 21:53:24 +01:00
#!/usr/bin/env bash
if [ -z "$@" ]; then
while read str; do
tamarin_log ERROR "${str}"
done
else
tamarin_log ERROR "$@"
fi