#!/bin/sh
cd /usr/share/boofuzz
source venv/bin/activate
exec python venv/bin/boo "$@"
