Created
          November 19, 2015 19:20 
        
      - 
      
- 
        Save lykkin/c63fd756219af633ec63 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | hammer () { | |
| if [ -z "$1" ] | |
| then | |
| echo "an address is required for hammering" | |
| else | |
| echo "hammering ${1}"; | |
| yes ${1} | xargs curl -s > /dev/null; | |
| fi | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment