6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# cd to the directory of the script
|
|
cd "$(dirname "$0")"
|
|
uv run python ci-compile.py "$@"
|