5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
build_marlin $@ && exit 0
|
||
|
exit 1
|