7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$(realpath "$0")")"
|
|
|
|
source ../venv/bin/activate
|
|
./inline.py
|
|
./cases.py
|