summaryrefslogtreecommitdiff
path: root/rtf.sh
blob: aef2480d3e702665d2a75072454af7fcd0d3bc3f (plain)
1
2
3
4
5
6
7
#! /bin/sh
cat $1 \
  | pandoc -t html \
  > /tmp/output.html \
  && vivaldi-stable /tmp/output.html \
  && read -n 1 \
  && rm /tmp/output.html