scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

mac-sync.sh (148B)


      1 #!/bin/bash
      2 
      3 echo "==== RUNNING ====" 
      4 unison ~/syncing ssh://andrew@brgr//home/shared/fileSharing/syncing -auto -batch
      5 echo "==== STOPPING ====" 
      6