Skip to content

Instantly share code, notes, and snippets.

@Osse
Created November 30, 2012 09:34
Show Gist options
  • Save Osse/4174752 to your computer and use it in GitHub Desktop.
Save Osse/4174752 to your computer and use it in GitHub Desktop.
Version number insertion
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