Преглед на файлове

no ttl in ping

tags/v3.1
Luke Smith преди 5 години
родител
ревизия
8a5ee90a1c
No known key found for this signature in database GPG ключ ID: 4C50B54A911F6252
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. +1
    -2
      etc/mailsync.sh

+ 1
- 2
etc/mailsync.sh Целия файл

@@ -10,13 +10,12 @@
export DISPLAY=:0.0

# Checks for internet connection and set notification script.
ping -q -c 1 1.1.1.1 > /dev/null || exit
# Settings are different for MacOS (Darwin) systems.
if [ "$(uname)" = "Darwin" ]
then
ping -q -t 1 -c 1 1.1.1.1 > /dev/null || exit
notify() { osascript -e "display notification \"$2 in $1\" with title \"You've got Mail\" subtitle \"Account: $account\"" && sleep 2 ;}
else
ping -q -W 1 -c 1 1.1.1.1 > /dev/null || exit
notify() { mpv --really-quiet ~/.config/mutt/etc/notify.opus & pgrep -x dunst && notify-send -i ~/.config/mutt/etc/email.gif "$2 new mail(s) in \`$1\` account." ;}
fi



Зареждане…
Отказ
Запис