5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
osascript -e "display notification \"Drink Water\" with title \"Drink Water\""
|
|
say "drink water"
|
|
|