Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active October 25, 2016 23:35
Show Gist options
  • Save ryanmaclean/2d6d0d1d854e206a6965689cd54a4085 to your computer and use it in GitHub Desktop.
Save ryanmaclean/2d6d0d1d854e206a6965689cd54a4085 to your computer and use it in GitHub Desktop.
Rename file to .old
#!/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