Mitch Tishmack před 10 roky
rodič
revize
a63ce767f2
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -3
      common/bin/notify

+ 0
- 3
common/bin/notify Zobrazit soubor

@@ -6,9 +6,6 @@ if [ "${2}" != "" ]; then
title="${1}"
fi
notification="display notification \"${message}\""
#if [ "${title}" != "" ]; then
# notification="${notification} with title \"${title}\""
#fi
[ "${title}" != "" ] && notification="${notification} with title \"${title}\""

osascript -e "${notification}"

Načítá se…
Zrušit
Uložit