forked from github/server
bf86b1d66a
add an integration test for run-turn.lua
10 lines
111 B
Bash
10 lines
111 B
Bash
#!/bin/bash
|
|
|
|
PATH=$ERESSEA/bin:$PATH
|
|
|
|
function abort() {
|
|
if [ $# -gt 0 ]; then
|
|
echo $@
|
|
fi
|
|
exit -1
|
|
}
|