mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
5 lines
54 B
Bash
Executable File
5 lines
54 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
build_marlin $@ && exit 0
|
|
exit 1
|