mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
7 lines
105 B
Bash
7 lines
105 B
Bash
#!/bin/sh -e
|
|
|
|
export FPRIME_ROOT=../..
|
|
export FPP_FILES=`basename $PWD`.fpp
|
|
|
|
. $FPRIME_ROOT/defs-root.sh
|