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