https://github.com/google/cayley
Raw File
Tip revision: be4bcb1bfd297557c4d3f7b37262938f6c843526 authored by Iddan Aaronsohn on 27 June 2019, 08:29:23 UTC
Issued PR comments:
Tip revision: be4bcb1
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