Files
2026-06-24 17:24:04 +02:00

4 lines
79 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
exec poetry -C "$(dirname "${0}")" run main "$@"