mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-25 13:11:34 +00:00
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
. scripts/build-common
|
|
|
|
mkdir -p ${DIST}/artifacts
|