mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 14:50:58 +00:00
![Scott Lahteine](/assets/img/avatar_default.png)
- Add shell scripts to help with managing configs - Clean up .travis.yml file by using shell scripts - Don’t download “astyle” – not needed and delays Travis results
3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "cp Marlin/example_configurations/$1/Configuration* Marlin/"
|