https://github.com/google/cayley
Raw File
Tip revision: 947a79537b9b2325b6bae09580cb454fa1e36046 authored by Denys Smirnov on 23 September 2019, 01:55:00 UTC
query: expose query results as json-ld, if supported
Tip revision: 947a795
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