memgraph/cypher/init.sh

10 lines
128 B
Bash
Raw Normal View History

2015-09-18 04:20:52 +08:00
#!/bin/bash
echo "Cypher init..."
git submodule update --init lexertl
cd lemon
make
cd ../
make
echo "Cypher was initialized."