gitlab.com/flarenetwork/coreth@v0.1.1/changes.sh (about) 1 #!/bin/bash 2 # Requires wkhtmltopdf and aha tools 3 # Install using: sudo apt install wkhtmltopdf aha 4 git diff --color upstream-v0.6.2-rc.0 | aha > CHANGES.html && wkhtmltopdf CHANGES.html CHANGES.pdf && rm CHANGES.html