bin/jsync
#!/bin/sh homedir="$HOME/drop" mkdir -p "$homedir" cd "$homedir" git pull git add --all git commit -m "$(date +%s)" git push