JOJ3/examples/compile_error/run.sh
张泊明518370910136 0c1ed2a3c2
All checks were successful
continuous-integration/drone/push Build is passing
chore: move /_example to /examples
2024-03-08 18:48:13 -05:00

11 lines
167 B
Bash
Executable File

#!/usr/bin/env bash
set -xe
DIRNAME=`dirname -- "$0"`
# cd to make CopyInCwd work
cd $DIRNAME
./../../build/joj3
cat ./joj3_result.json
rm -f ./joj3_result.json
cd -