JOJ3/examples/success/run.sh
张泊明518370910136 380762a2e3
All checks were successful
continuous-integration/drone/push Build is passing
fix: typo
2024-03-12 04:28:38 -04: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 -