Created
August 16, 2017 03:53
-
-
Save nodew/30a249238410ee3079f40e3f73cf02cd to your computer and use it in GitHub Desktop.
useful sh scripts collection
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
#!/bin/bash |
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
#!/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