POC fonctionnel
This commit is contained in:
9
lib/buildtools/tamarin_debug
Executable file
9
lib/buildtools/tamarin_debug
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "$@" ]; then
|
||||
while read str; do
|
||||
tamarin_log DEBUG "${str}"
|
||||
done
|
||||
else
|
||||
tamarin_log DEBUG "$@"
|
||||
fi
|
Reference in New Issue
Block a user