10 lines
285 B
Bash
Executable File
10 lines
285 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "CONCORDIA RUNNER: Running Concordia"
|
|
|
|
rm ../prod/resources/temp/*
|
|
|
|
echo "CONCORDIA RUNNER: testing"
|
|
../build/concordia-console/concordia-console -i ../prod/resources/temp/ -c ../prod/resources/concordia-config/concordia.cfg -t ../prod/resources/text-files/medium.txt
|
|
|