10 lines
128 B
Bash
Executable File
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."
|
|
|