Luna/tools/install.sh

8 lines
134 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-09-05 14:13:51 +00:00
set -e
source $(dirname $0)/env.sh
2022-10-31 13:02:12 +00:00
cd $LUNA_ROOT/moon
2022-09-05 14:13:51 +00:00
2022-10-31 13:02:12 +00:00
cp target/moon-x86/debug/moon $LUNA_ROOT/initrd/boot/moon