4 lines
84 B
Bash
4 lines
84 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd "$(dirname "$0")" || exit 1
|
||
|
|
python -u -m autothreadharness.runner "$@"
|