#!/bin/sh
cd /usr/share/kubestriker
source venv/bin/activate
exec python -m kubestriker "$@"
