From ff22cc66ae71f1b969b5e3410ff7141c342de2b0 Mon Sep 17 00:00:00 2001 From: frrobert2 Date: Sun, 9 May 2021 15:27:39 -0400 Subject: [PATCH] added bash script that uses openssl in place of curl --- notificatorossl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1