소스 검색

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

불러오는 중...
취소
저장