From: frrobert2 Date: Sun, 9 May 2021 19:27:39 +0000 (-0400) Subject: added bash script that uses openssl in place of curl X-Git-Url: https://software.frrobert.com/stationnotifier/commitdiff_plain/ff22cc66ae71f1b969b5e3410ff7141c342de2b0 added bash script that uses openssl in place of curl --- diff --git a/notificatorossl b/notificatorossl index bcd142b..479896d 100755 --- a/notificatorossl +++ b/notificatorossl @@ -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