1 2 3 4
#!/bin/sh script_dir="$(dirname "$(readlink -f "$0")")" exec poetry --directory "$script_dir" run -- poe --root "$script_dir" "$@"