Last active
May 3, 2016 22:06
-
-
Save n7st/e9c0899ac6c7b2c04ea6357a6373bd0b to your computer and use it in GitHub Desktop.
pod sub alias
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
| pod_subs () { | |
| awk ' | |
| BEGIN { print "=over 4\n" } | |
| /sub / { printf "=item C<%s()>\n\n", $2 } | |
| END { print "=back" } | |
| ' $1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.