https://github.com/google/cayley
Raw File
Tip revision: 1bd4885c3ca568d580b73046a34bcb43add524e5 authored by sah607 on 21 September 2017, 21:04:29 UTC
Merge branch 'master' of https://github.com/michaelqiu94/cayley
Tip revision: 1bd4885
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