diff options
Diffstat (limited to 'rtf.sh')
-rwxr-xr-x | rtf.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |