7 lines
131 B
Bash
7 lines
131 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Running Concordia"
|
||
|
|
||
|
./build/concordia-console/concordia-console -c prod/resources/concordia-config/concordia.cfg
|
||
|
|