Created
November 30, 2012 09:34
-
-
Save Osse/4174752 to your computer and use it in GitHub Desktop.
Version number insertion
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
sed "/^:build:/ s/$/ $version/; | |
/^:foover:/ s/$/ $fooversion/; | |
/^:barver:/ s/$/ $barversion/; | |
/^:md5:/ s/$/ $md5/" readme.txt | | |
asciidoc -o readme.html - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment