dots/.bin/notify-pipe

5 lines
52 B
Plaintext
Raw Normal View History

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