Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 18, 2024
1 parent 3ba2709 commit bb1f48a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/tlc_schedule.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
echo 'espeak -s 120 -p 10 "5 more minutes"' | at 8:55
echo 'espeak -s 120 -p 10 "Start"' | at 9:00
echo 'espeak -s 120 -p 10 "5 more minutes"' | at 9:50
echo 'espeak -s 120 -p 10 "End"' | at 9:55

0 comments on commit bb1f48a

Please sign in to comment.