mirror of
https://github.com/rancher/os.git
synced 2026-02-05 15:46:39 +01:00
9 lines
66 B
Bash
Executable File
9 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./prepare
|
|
./package
|