#!/bin/bash

set -eux

pyvendir="$(dirname "$0")"

python="$(which python3 || which python)"

exec "$python" "$pyvendir"/venvpool.py "$pyvendir"/pyven/initscripts.py -- "$@"
