Lexertl init script

This commit is contained in:
buda 2015-09-17 22:20:52 +02:00
parent f1cedfc409
commit 03e7999e53

9
cypher/init.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
echo "Cypher init..."
git submodule update --init lexertl
cd lemon
make
cd ../
make
echo "Cypher was initialized."