summaryrefslogtreecommitdiff
path: root/rtf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rtf.sh')
-rwxr-xr-xrtf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtf.sh b/rtf.sh
new file mode 100755
index 0000000..cea89e8
--- /dev/null
+++ b/rtf.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+cat $1 \
+ | pandoc -t html \
+ > /tmp/output.html \
+ && vivaldi-snapshot /tmp/output.html \
+ && read -n 1 \
+ && rm /tmp/output.html