memgraph/cypher/init.sh
2015-09-17 22:20:52 +02:00

10 lines
128 B
Bash
Executable File

#!/bin/bash
echo "Cypher init..."
git submodule update --init lexertl
cd lemon
make
cd ../
make
echo "Cypher was initialized."