6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/bin/sh
|
||
|
compton=$(realpath $1)
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./run_one_test.sh $compton ./basic.py
|