mirror of
https://github.com/rancher/norman.git
synced 2025-06-26 23:37:55 +00:00
8 lines
57 B
Plaintext
8 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./validate
|