https://github.com/google/cayley
Raw File
Tip revision: 1ee1c6ab2c80df0b08b6766187f8088357fd507a authored by sah607 on 21 September 2017, 20:53:57 UTC
Add Elastic Iterator
Tip revision: 1ee1c6a
sync-assets.sh
#!/bin/bash

SRC="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

rsync -avP --delete $GOPATH/src/github.com/cayleygraph/cayley/{static,docs,templates} $SRC/
back to top