https://github.com/google/cayley
Raw File
Tip revision: 5ac4b5b6e714e4952316f800425880f503c514f0 authored by Matt Mc on 10 July 2018, 07:56:52 UTC
Added definition of IRI and improved definition of RDF.
Tip revision: 5ac4b5b
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