added bash script that uses openssl in place of curl
authorfrrobert2 <frrobert@stnectarios.org>
Sun, 9 May 2021 19:27:39 +0000 (15:27 -0400)
committerfrrobert2 <frrobert@stnectarios.org>
Sun, 9 May 2021 19:27:39 +0000 (15:27 -0400)
notificatorossl

index bcd142b92e1927ff9b5cdceb83bcc5e0c64df61b..479896d1ea83944a507356bbeb3e3944a423fcb1 100755 (executable)
@@ -38,7 +38,7 @@ do
         echo "You have new notifications!"
         read -p "Press enter to continue or amfora to go to notifications" answer
        case $answer in
-               amfora) $(amfora gemini://station.martinrue.com/frrobert)
+               amfora) $(amfora $url)
                        ;;
        esac