dots/.bin/notify-pipe

5 lines
57 B
Plaintext
Raw Normal View History

2021-01-09 14:32:30 +01:00
#!/usr/bin/env bash
2021-12-31 12:48:10 +01:00
read -r msg
notify-send "$msg" "$@"