Created
June 28, 2011 07:06
-
-
Save DamianZaremba/1050651 to your computer and use it in GitHub Desktop.
Make cv stuff from Pod file.
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 | |
pod2pdf --noheader damianzaremba.man > damianzaremba.pdf | |
pod2man damianzaremba.man | \ | |
sed 's/\.\\" Automatically generated by .*//' | \ | |
sed "s/\.TH DAMIANZAREMBA.MAN 1 \".*\" \".*\" \".*\"/.TH DAMIANZAREMBA 1 \"$(date +%Y)\" \"Damian Zaremba\" \"Damian Zaremba\"/" | \ | |
gzip > man/man1/damianzaremba.1.gz | |
man -M "$( pwd )/man/" damianzaremba |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment