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