This website works better with JavaScript
Home
Explore
Help
Sign In
swflint
/
bin-files
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update how dirs are synced
Samuel W. Flint
5 years ago
parent
cc80209353
commit
1b869023b4
2 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
0
0
git-mysync
1
1
sync-dirs
+ 0
- 0
git-sync → git-mysync
View File
+ 1
- 1
sync-dirs
View File
@@ -12,7 +12,7 @@ CDIR=$(pwd)
for DIR in "$@" ; do
cd $DIR
- mr sync
+ mr
my
sync
cd $CDIR
done