Sfoglia il codice sorgente

Update how dirs are synced

Samuel W. Flint 4 anni fa
parent
commit
1b869023b4
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 0 0
      git-mysync
  2. 1 1
      sync-dirs

+ 0 - 0
git-sync → git-mysync


+ 1 - 1
sync-dirs

@@ -12,7 +12,7 @@ CDIR=$(pwd)
 
 for DIR in "$@" ; do
     cd $DIR
-    mr sync
+    mr mysync
     cd $CDIR
 done