6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
BUILDARGS="-c opt" $(dirname $0)/../run
|