memgraph/cmake/setup.sh

9 lines
176 B
Bash
Raw Normal View History

2016-11-19 00:35:29 +08:00
#!/bin/bash
# DownloadProject
git clone https://github.com/Crascit/DownloadProject
download_project_tag="master"
cd DownloadProject
git checkout ${download_project_tag}
cd ..