https://github.com/google/cayley
Raw File
Tip revision: ad97ce1edbd26357dc59233fb4b7685351197f7f authored by 3pCode on 08 February 2019, 20:56:17 UTC
correct type
Tip revision: ad97ce1
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