Last active
October 25, 2016 23:35
-
-
Save ryanmaclean/2d6d0d1d854e206a6965689cd54a4085 to your computer and use it in GitHub Desktop.
Rename file to .old
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
#!/usr/bin/env bash | |
mv $1{,.old} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment