https://github.com/google/cayley
Raw File
Tip revision: c1bb14f29cdc3cfcc0199b2c84b8e0eb739dcb93 authored by Mikael Cabot on 28 September 2016, 18:57:50 UTC
testing optimized iterator
Tip revision: c1bb14f
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