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