About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
civrot
12/10/2014 - 5:56 PM
share
Share
add_circle_outline
Save
hound
hound
content_copy
file_download
#!/usr/bin/env sh for file in $(git diff --name-only master | grep .rb) ; do rubocop $file done
clear