From 3ef215c22bcd71d961ab9e9393d02f2b4e8ea3ad Mon Sep 17 00:00:00 2001 From: Adam Codega Date: Fri, 8 Apr 2022 09:43:00 -0400 Subject: [PATCH] Delete grammarly.sh Committed incorrectly to root of repo. --- grammarly.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 grammarly.sh diff --git a/grammarly.sh b/grammarly.sh deleted file mode 100644 index 5369199..0000000 --- a/grammarly.sh +++ /dev/null @@ -1,9 +0,0 @@ -grammarly) - name="Grammarly Desktop" - type="dmg" - packageID="com.grammarly.ProjectLlama" - downloadURL=$(curl -fsL "https://download-mac.grammarly.com/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2) - expectedTeamID="W8F64X92K3" - appNewVersion=$(curl -is "https://download-mac.grammarly.com/appcast.xml" | grep sparkle:version | tr ',' '\n' | grep sparkle:version | cut -d '"' -f 4) - appName="Grammarly Installer.app" - ;;