1
0
Fork 0
mirror of https://gitlab.com/niansa/magicwrap.git synced 2025-03-06 20:48:30 +01:00
magicwrap/library.sh

7 lines
107 B
Bash

debugout () {
test "$mwdebug" = "true" &&
echo "$@"
}
errout () {
echo "$@" 1>&2
}