10 lines
254 B
Bash
Executable file
10 lines
254 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
restore_configs
|
|
|
|
eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/src/config/"
|
|
|
|
if [ -f "Marlin/src/config/examples/${1}/_Bootscreen.h" ]; then
|
|
cp "Marlin/src/config/examples/${1}/_Bootscreen.h" Marlin/src/config/
|
|
fi
|