mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-07 02:02:19 +00:00
4 lines
54 B
Bash
Executable file
4 lines
54 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
build_marlin $@ && exit 0
|
|
exit 1
|