This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/buildroot/bin/build_marlin_fail
2017-06-25 14:16:28 -05:00

5 lines
54 B
Bash
Executable file

#!/usr/bin/env bash
build_marlin $@ && exit 0
exit 1