/ functions / __log.bash
__log.bash
1  __log () 
2  { 
3      if [ -n "$LOG" ]; then
4          echo $@;
5      fi
6  }