소스 검색

Switch notification method

Samuel W. Flint 4 년 전
부모
커밋
f6a8bf539f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      day

+ 2 - 2
day

@@ -45,11 +45,11 @@ if [ $1 == "start" ] ; then
     sync-dirs . School Projects
     restart_i3
     start_emacs
-    send_notification "Starting Day" "On $(hostname -s)."
+    notify "Starting Day" "On $(hostname -s)."
 elif [ $1 == "end" ] ; then
     check_ssh
     sync-dirs . School Projects
-    send_notification "Ending Day" "On $(hostname -s)."
+    notify "Ending Day" "On $(hostname -s)."
 else
     echo "$(basename $0) [ start | end ]" >&2
     exit 1