mirror of
https://github.com/rancher/os.git
synced 2025-06-18 11:17:25 +00:00
8 lines
160 B
Bash
Executable File
8 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo -------------------------./build-target
|
|
$(dirname $0)/build-target
|
|
echo -------------------------./build-host
|
|
$(dirname $0)/build-host
|