mirror of
https://github.com/rancher/os.git
synced 2025-05-31 10:55:32 +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
|