8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
cd $LUNA_ROOT/moon
|
|
|
|
cp target/moon-x86/release/moon $LUNA_ROOT/initrd/boot/moon |