Skip to content

Instantly share code, notes, and snippets.

@parkerlreed
Created September 8, 2015 22:25
Show Gist options
  • Save parkerlreed/c8040c9691201521c92c to your computer and use it in GitHub Desktop.
Save parkerlreed/c8040c9691201521c92c to your computer and use it in GitHub Desktop.
#!/bin/bash
if [[ "$#" -eq "1" ]]; then
rename ".<---" "" *
mv "$1" "$1.<---"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment