5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
source ./compile.sh
|
|
gf2 -ex r $NEST_BUILD_DIR/$NEST_EXE_NAME
|