dotfiles/bin/water_reminder

5 lines
110 B
Plaintext
Raw Normal View History

#!/bin/bash
osascript -e "display notification \"Drink Water\" with title \"Drink Water\""
say "drink water"