Skip to content

Instantly share code, notes, and snippets.

@nodew
Created August 16, 2017 03:53
Show Gist options
  • Save nodew/30a249238410ee3079f40e3f73cf02cd to your computer and use it in GitHub Desktop.
Save nodew/30a249238410ee3079f40e3f73cf02cd to your computer and use it in GitHub Desktop.
useful sh scripts collection
#!/bin/bash
find views -type f | xargs rename 's/\.jade$/\.pug/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment