Revision 300dcf1f8503204e9139b7493702c154ac87b476 authored by 3pCode on 14 August 2019, 19:03:30 UTC, committed by Denys Smirnov on 14 August 2019, 19:14:02 UTC
1 parent ddec95c
Raw File
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