Last active
August 29, 2015 14:26
-
-
Save askucher/df1f61ca31c9b9ff7769 to your computer and use it in GitHub Desktop.
transform concrete folders
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
| #npm install -g nixar jade | |
| jadef () | |
| { | |
| cd $1 | |
| ls | filter html | append "html2jade --donotencode --bodyless *" | bash | |
| cd .. | |
| } | |
| jadef "folder" | |
| jadef "folder2" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment