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