bc172b659b426818b82e185e9846aa63b2a9544d
max
  Tue Aug 29 09:53:44 2017 -0700
CIRM: new tool webSync, a small script that can download hundreds of thousands of
files quickly from a webserver and keep them in sync with a local
directory. Like rsync, but faster and does not require an open port.

diff --git src/utils/makefile src/utils/makefile
index 1cc5e97..ab663de 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -135,31 +135,32 @@
 	subs \
 	tableSum \
 	textHist2 \
 	udcCleanup \
 	undupFa \
 	upper \
 	venn \
 	verticalSplitSqlTable \
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 USER_APP_SCRIPTS = \
 	bedJoinTabOffset \
-	expMatrixToBarchartBed
+	expMatrixToBarchartBed \
+	webSync
 
 SCRIPT_FILES = \
 	agpToLift \
 	apacheLogParse \
 	bedCollapse.pl \
 	bedFixBlockOverlaps \
 	bedOverlapMerge \
 	bedSingleCover.pl \
 	bedBetween \
 	doLocusName \
 	extToolsChromeParse \
 	iSync \
 	lodToBedScore \
 	matrixMerge \
 	mkMafFrames.pl \