mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# shellcheck disable=SC2068
|
|
python3 "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")/main.py" $@
|