Files
dots/.bin/notify-pipe
2021-12-31 12:48:10 +01:00

5 lines
57 B
Bash
Executable File

#!/usr/bin/env bash
read -r msg
notify-send "$msg" "$@"