Files
dots/.bin/notify-pipe
2021-01-09 14:32:30 +01:00

5 lines
52 B
Bash
Executable File

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