Sha256: cd48398c735fd475a4439f361b06b1bc78233d70d7a39efbc2b5e3e704f87017
Contents?: true
Size: 193 Bytes
Versions: 4
Compression:
Stored size: 193 Bytes
Contents
#!/bin/sh TIMESTART=`date +%s` while [ 1 ] do echo 'Syncing...' unison $1 $2 $3 $4 TIME=$((`date +%s`-$TIMESTART)) echo $TIME if [ $TIME -ge 50 ] then break fi sleep 1 done
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
vagrantup-0.4.1 | templates/sync.erb |
vagrantup-0.4.0 | templates/sync.erb |
vagrant-0.4.1 | templates/sync.erb |
vagrant-0.4.0 | templates/sync.erb |