summaryrefslogtreecommitdiffstats
path: root/poe
blob: 815428a37f55057096543851caa9d3f71c2dd5e8 (plain)
1
2
3
4
#!/bin/sh

script_dir="$(dirname "$(readlink -f "$0")")"
exec poetry --directory "$script_dir" run -- poe --root "$script_dir" "$@"