mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 04:40:14 +00:00
9 lines
67 B
Bash
Executable File
9 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./validate
|
|
./build
|
|
./package
|