https://github.com/google/cayley
Raw File
Tip revision: ca810868156cf1dc99f928d569982e9ca562121f authored by Luis Fung on 12 February 2019, 15:20:13 UTC
Ensure values and errors are properly handed-off to caller
Tip revision: ca81086
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