mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 08:01:28 +00:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)
|
|
exec python3 "$script_dir/release.py" "$@"
|