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