Skip to content

Instantly share code, notes, and snippets.

@shunwen
Created October 29, 2014 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shunwen/604b0c6580492df24ba5 to your computer and use it in GitHub Desktop.
Save shunwen/604b0c6580492df24ba5 to your computer and use it in GitHub Desktop.
Rename *.conf to *.conf.erb
for f in *.conf
do
mv ${f}{,.erb}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment