AutoYADM commit: 2025-03-17 23:00:06
This commit is contained in:
parent
0b9d4c2a68
commit
f5b3ffcde5
11 changed files with 42 additions and 45 deletions
|
@ -5,5 +5,6 @@ PIPE="/tmp/email_refresh_pipe"
|
|||
# Create pipe if doesn't exist
|
||||
[ -p "$PIPE" ] || mkfifo "$PIPE"
|
||||
|
||||
echo "new" > "$PIPE"
|
||||
|
||||
notify-send "New mail in $1 inbox!"
|
||||
echo "add" > "$PIPE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue