Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VLOG (0.02 sec)

  1. test-site/activator

    get_java_cmd() {
      if [[ -n "$JAVA_HOME" ]] && [[ -x "$JAVA_HOME/bin/java" ]];  then
        echo "$JAVA_HOME/bin/java"
      else
        echo "java"
      fi
    }
    
    echoerr () {
      echo 1>&2 "$@"
    }
    vlog () {
      [[ $verbose || $debug ]] && echoerr "$@"
    }
    dlog () {
      [[ $debug ]] && echoerr "$@"
    }
    execRunner () {
      # print the arguments one to a line, quoting any containing spaces
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 9.3K bytes
    - Viewed (0)
Back to top