bin: Remove unused script (#1153)

Committed in error.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman 2018-06-20 18:01:14 -07:00 committed by Oliver Gould
parent 682b0274b5
commit 9bf1e60a61
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
watch_path="proxy/src/"
run_rsync() {
rsync -azPv -e ssh \
--exclude ".*/" --exclude ".*" \
--exclude "tmp/" --exclude "target/" \
"$watch_path" eliza@ares.local:conduit/proxy/src
}
run_rsync;
fswatch -o "$watch_path" | while read -r f; do
run_rsync;
done