Skip to content

Instantly share code, notes, and snippets.

@miathedev
Created March 23, 2023 18:32
Show Gist options
  • Save miathedev/693a420d30e78cdd1ba3479b87084031 to your computer and use it in GitHub Desktop.
Save miathedev/693a420d30e78cdd1ba3479b87084031 to your computer and use it in GitHub Desktop.
Keep Focus
#!/bin/bash
set -e
while :
do
for i in {1..5}
do
espeak "work"
done
sleep 25m
for i in {1..5}
do
espeak "pause"
done
sleep 5m
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment