Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for process_my_args (0.14 sec)

  1. test-site/activator

                -J*) addJava "${1:2}" && shift ;;
                  *) addResidual "$1" && shift ;;
        esac
      done
    
      is_function_defined process_my_args && {
        myargs=("${residual_args[@]}")
        residual_args=()
        process_my_args "${myargs[@]}"
      }
    }
    
    # Actually runs the script.
    run() {
      # TODO - check for sane environment
    
    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