6f7a4bf29e
If you were using the optional Rust worker support, please see the change to development.md
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BUILDARGS="--config opt" $(dirname $0)/../run $*
|