diff options
Diffstat (limited to 'rtf.sh')
-rwxr-xr-x | rtf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ cat $1 \ | pandoc -t html \ > /tmp/output.html \ - && vivaldi-snapshot /tmp/output.html \ + && vivaldi-stable /tmp/output.html \ && read -n 1 \ && rm /tmp/output.html |