Tamarin/lib/buildtools/tamarin_info

10 lines
132 B
Plaintext
Raw Normal View History

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