AutoYADM commit: 2025-03-17 22:45:07
This commit is contained in:
parent
0e26e9f3fa
commit
ece7017d1e
5 changed files with 26 additions and 18 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/env bash
|
||||
|
||||
PIPE="/tmp/email_refresh_pipe"
|
||||
|
||||
# Create pipe if doesn't exist
|
||||
[ -p "$PIPE" ] || mkfifo "$PIPE"
|
||||
|
||||
notify-send "New mail in $1 inbox!"
|
||||
# /home/fic/.config/mail/mail-sync.sh
|
||||
echo "add" > "$PIPE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue