Skip to content

Instantly share code, notes, and snippets.

View xcodebuild's full-sized avatar
💭
Busy

xcodebuild xcodebuild

💭
Busy
View GitHub Profile
@xcodebuild
xcodebuild / fswatch-rsync.sh
Created December 2, 2015 08:36
fswatch + rsync.
#!/usr/bin/env sh
#
# Description:
# Make your local folder to remote server synchronization.
# Requirements:
# brew install fswatch
SRC=/Users/liuxd/Documents/guess_cheat_new/
DES=liuxidong@172.16.0.37:/home/liuxidong/project/cheat/
EXCLUDE=/Users/liuxd/Downloads/rsync-exlcude.txt