Files
codingame_code_of_kutulu/enhance
Xavier Morel 1965677873 Adding sources
2018-08-31 14:43:24 +02:00

10 lines
235 B
Bash
Executable File

#!/bin/bash
BUNDLER=com.truelaurel.codingame.tool.bundle.BundlerMain
BASENAME=$(basename $0)
NAME=${BASENAME##enhance}
echo "Continuously testing and bundling $NAME"
sbt "~ ; test-only **.${NAME}Test ; runMain $BUNDLER $NAME.scala"