dots/.bin/stremio

6 lines
164 B
Bash
Executable File

#!/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-pipe)