This website works better with JavaScript.
Explore
Help
Sign In
microlab
/
scube
Watch
1
Star
1
Fork
You've already forked scube
0
Code
Issues
Pull Requests
Releases
Activity
7342d5c07a
scube
/
buildroot
/
bin
/
opt_set
4 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve Travis CI test - 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
9 years ago
#!/usr/bin/env bash
Improves travis buildroot regexp
9 years ago
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"