#!/bin/sh

set -e

cd /usr/share/patchleaks && exec python3 app.py '$@'
