소스 검색

Don't call mr in .. Call it in ~

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

+ 2 - 2
day

@@ -88,14 +88,14 @@ done
 
 if [ ${CMD} == "start" ] ; then
     check_ssh
-    sync-dirs . School Projects
+    sync-dirs ~ School Projects
     rsync_directories
     restart_i3
     start_emacs
     notify "Starting Day" "On $(hostname -s)."
 elif [ ${CMD} == "end" ] ; then
     check_ssh
-    sync-dirs . School Projects
+    sync-dirs ~ School Projects
     rsync_directories
     notify "Ending Day" "On $(hostname -s)."
 elif [ ${CMD} == "mid" ] ; then