app-start-k3d.sh 126 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/bin/sh APP_DIR="$(cd "$(dirname "$0")/."; pwd -P)" exec "$APP_DIR/k3d-allocator/start-k3d.sh" --app-dir "$APP_DIR" "$@"