added bash script that uses openssl in place of curl
[stationnotifier] / 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