6 lines
159 B
Bash
Executable File
6 lines
159 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)
|