3 lines
135 B
Bash
3 lines
135 B
Bash
|
#!/bin/sh
|
||
|
export LUNA_ROOT=$(realpath $(dirname $0)/..)
|
||
|
export PATH=$LUNA_ROOT/toolchain/x86-64-elf/bin:$LUNA_ROOT/toolchain/dist:$PATH
|