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