mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-09 02:17:19 +00:00
10 lines
69 B
Bash
Executable File
10 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./download
|
|
./validate
|
|
./build
|
|
|