https://github.com/google/cayley
Raw File
Tip revision: a3bebb21f1ab861c89a04e3cf347f32f09bc9d3a authored by Iddan Aaronsohn on 05 October 2019, 15:07:44 UTC
Document order in GizmoAPI
Tip revision: a3bebb2
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