fpp/compiler/test
2023-08-23 10:42:51 -07:00

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