https://github.com/google/cayley
Raw File
Tip revision: 09b510bd1b2281d7a6c063fba3630008e81764bd authored by Iddan Aaronsohn on 30 June 2019, 08:06:55 UTC
Document RegEx
Tip revision: 09b510b
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