dots/.bin/stremio

6 lines
164 B
Plaintext
Raw Normal View History

2022-05-11 12:31:24 +02:00
#!/usr/bin/env bash
2022-05-11 12:34:22 +02:00
# Only allow stremio when I have finished my Anki reviews
2022-05-11 12:31:24 +02:00
get-anki-reviews-status && stremio || $(echo "Do your reviews first" | notify-pipe)