5 lines
No EOL
60 B
Bash
Executable file
5 lines
No EOL
60 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"
|
|
uv run test.py "$@" |