From 2e75dcd0bf8d75fe410fb8b7572b45c0632f6365 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 12 Jun 2023 00:30:09 +0200 Subject: [PATCH] Remove unused scripts --- .bin/stremio | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .bin/stremio diff --git a/.bin/stremio b/.bin/stremio deleted file mode 100755 index 0ba21d8..0000000 --- a/.bin/stremio +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -# Only allow stremio when I have finished my Anki reviews - -get-anki-reviews-status && stremio || $(echo "Do your reviews first" | notify)