This website requires JavaScript.
Explore
Help
Sign In
CMS
/
Marlin
Watch
3
Star
0
Fork
0
You've already forked Marlin
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2805bf3d82
Marlin
/
buildroot
/
bin
/
pins_set
4 lines
88 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
2016-03-22 10:13:38 -04:00
#!/usr/bin/env bash
Less greedy regex in travis helper scripts
2016-05-27 00:04:32 -04:00
eval "sed -i 's/\(#define +$2 +\)[^ ]*$/\1 $3/g' Marlin/pins_$1.h"
Reference in New Issue
Copy Permalink