summaryrefslogtreecommitdiff
path: root/rtf.sh
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-09-11 20:09:18 -0500
committerluxagraf <sng@luxagraf.net>2024-09-11 20:09:18 -0500
commit93fc6a27f01fbe325c95008b7f336627152ea3c7 (patch)
tree73171981a4a9b7b145687b10995fb98c051982d0 /rtf.sh
parent558d3c8503879871c9b291839ef4b15fe85c5e88 (diff)
added new download tools
Diffstat (limited to 'rtf.sh')
-rwxr-xr-xrtf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtf.sh b/rtf.sh
index cea89e8..aef2480 100755
--- a/rtf.sh
+++ b/rtf.sh
@@ -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