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