AutoYADM commit: 2025-03-17 22:45:07

This commit is contained in:
Daniel Fichtinger 2025-03-17 22:45:07 -04:00
parent 0e26e9f3fa
commit ece7017d1e
5 changed files with 26 additions and 18 deletions

View file

@ -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"