https://github.com/google/cayley
Raw File
Tip revision: 0b6f22e3c3e71a36a54de15aee099c7d2c9733d7 authored by Michael Qiu on 21 September 2017, 22:11:42 UTC
Update cayley_example.yml
Tip revision: 0b6f22e
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