#!/bin/sh
cd /usr/share/cve-search/
source venv/bin/activate
exec python bin/db_dump.py "$@"
