mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-05 09:16:52 +00:00
7 lines
224 B
Bash
Executable file
7 lines
224 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "cp Marlin/example_configurations/${1}/Configuration* Marlin/"
|
|
|
|
if [ -f "Marlin/example_configurations/${1}/_Bootscreen.h" ]; then
|
|
cp "Marlin/example_configurations/${1}/_Bootscreen.h" Marlin/
|
|
fi
|