Mitch Tishmack 10 лет назад
Родитель
Сommit
a63ce767f2
1 измененных файлов: 0 добавлений и 3 удалений
  1. +0
    -3
      common/bin/notify

+ 0
- 3
common/bin/notify Просмотреть файл

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


osascript -e "${notification}" osascript -e "${notification}"

Загрузка…
Отмена
Сохранить