瀏覽代碼

cleanup

cray
Mitch Tishmack 10 年之前
父節點
當前提交
a63ce767f2
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. +0
    -3
      common/bin/notify

+ 0
- 3
common/bin/notify 查看文件

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

Loading…
取消
儲存