diff options
author | luxagraf <sng@luxagraf.net> | 2024-09-11 20:09:18 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-09-11 20:09:18 -0500 |
commit | 93fc6a27f01fbe325c95008b7f336627152ea3c7 (patch) | |
tree | 73171981a4a9b7b145687b10995fb98c051982d0 /rtf.sh | |
parent | 558d3c8503879871c9b291839ef4b15fe85c5e88 (diff) |
added new download tools
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 |