https://github.com/google/cayley
Raw File
Tip revision: 9d4f76ea20fc4fbfee2a9fc00a8368c2b26f5004 authored by Mikael Cabot on 13 September 2016, 10:44:33 UTC
now actually deleting quads & nodes
Tip revision: 9d4f76e
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