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

5 lines
54 B
Plaintext
Raw Normal View History

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