agnoster-theme-baz-plugin/plugin/functions/debug
Ari Archer ef9160c4a6
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-06-18 23:04:43 +03:00

3 lines
57 B
Bash

if [[ "${DEBUG:-0}" -ne 0 ]]; then
>&2 echo -e $*
fi