This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Marlin_FB4S/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