mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Ensure the script can be run from any directory
|
|
wd=`dirname $0`
|
|
cd $wd
|
|
|
|
export COMPILER_ROOT=`pwd`
|
|
scripts/test
|