#! /bin/sh cat $1 \ | pandoc -t html \ > /tmp/output.html \ && vivaldi-stable /tmp/output.html \ && read -n 1 \ && rm /tmp/output.html