#!/usr/bin/env bash
set -euo pipefail
export PYTHONPATH="/opt/ivs-profiling"
exec python3 /opt/ivs-profiling/src/stddev.py "$@"