mirror of
https://github.com/rancher/os.git
synced 2025-06-19 19:51:55 +00:00
8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./prepare
|
||
|
./package
|