4 lines
126 B
Bash
Executable file
4 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# shellcheck disable=SC2068
|
|
python3 "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")/wrapper.py" $@
|