#!/usr/bin/env sh echo "Generate html" mandoc -T html -O style=./style.css website.7 > website.7.html echo "Changing Mastodon hyperlink style" sed 's|
- Mastodon
|- Mastodon: https://tech.lgbt/@axtlos
|g' website.7.html > website.7.html.tmp mv website.7.html.tmp website.7.html echo "Adding Gifs" sed 's|