Luna/tools/install.sh
2022-09-05 16:13:51 +02:00

8 lines
74 B
Bash
Executable File

#!/bin/sh
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
make install