소스 검색

Add more dirs to sync throughout the day

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

+ 1 - 1
day

@@ -85,7 +85,7 @@ elif [ ${CMD} == "end" ] ; then
     notify "Ending Day" "On $(hostname -s)."
 elif [ ${CMD} == "mid" ] ; then
     check_ssh
-    sync-dirs org .emacs.d School .ledger
+    sync-dirs org .emacs.d EBooks Documents School .ledger
     notify "Mid Day Sync" "On $(hostname -s)."
 else
     help