Created
April 12, 2013 04:47
-
-
Save bscott/5369447 to your computer and use it in GitHub Desktop.
one-liners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find /var/log/hadoop-0.20 -type f -name hadoop\* -mtime +30 -exec /bin/rm {} \; | |
| eval `ssh-agent -s` | |
| if [ -d repo ]; then (cd repo && git pull); else git clone $repourl;fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment