mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
9 lines
232 B
Bash
Executable file
9 lines
232 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
restore_configs
|
|
|
|
cp Marlin/src/config/examples/"$@"/Configuration* Marlin/
|
|
|
|
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
|
|
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/src/config/
|
|
fi
|