This repository has been archived on 2026-08-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dots/.bin/stremio
T
2022-05-11 14:24:20 +02:00

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)