Skip to content

Instantly share code, notes, and snippets.

@kana
Created May 4, 2011 10:28
Show Gist options
  • Save kana/955045 to your computer and use it in GitHub Desktop.
Save kana/955045 to your computer and use it in GitHub Desktop.
file ',README.html' => 'README.html' do
sh 'sha1sum README.html >,README.html'
end
file 'README.html' => 'README.asciidoc' do
sh 'asciidoc -b xhtml11 README.asciidoc'
end
__END__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment