https://github.com/google/cayley
Raw File
Tip revision: c73198415d3b167718343c241d6cec5271b9bf9d authored by camazotz on 21 September 2017, 21:40:32 UTC
Add apply deltas for elastic
Tip revision: c731984
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