Created
          September 2, 2011 15:22 
        
      - 
      
- 
        Save nailor/1188906 to your computer and use it in GitHub Desktop. 
    Bieberizer! for Reaktor Dev Day (by @nailor and @mikharj)
  
        
  
    
      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
    
  
  
    
  | #!/bin/sh | |
| echo "Bieberizing. Please wait..." | |
| git reset --soft `git log --pretty=oneline | tail -n 1 | awk '{ print $1 }'`; git commit --amend -m "Implemented the software as specified." --author="Justin Bieber <[email protected]>" | |
| echo "Done & Done" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment