Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for execRunner (0.09 sec)

  1. test-site/activator

      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
      [[ $verbose || $debug ]] && echo "# Executing command line:" && {
        for arg; do
          if printf "%s\n" "$arg" | grep -q ' '; then
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 9.3K bytes
    - Viewed (0)
Back to top