This website requires JavaScript.
Explore
Help
Sign In
hektor
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54cc883f83
dots
/
.bin
/
notify-pipe
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tiny script to notify from stdin
2021-01-09 14:32:30 +01:00
#!/usr/bin/env bash
Quote variable
2021-12-31 12:48:10 +01:00
read -r msg
notify-send "$msg" "$@"