1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/scripts/build

8 lines
160 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
echo -------------------------./build-target
2016-05-06 10:12:09 -07:00
$(dirname $0)/build-target
echo -------------------------./build-host
2016-05-06 10:12:09 -07:00
$(dirname $0)/build-host