#!/bin/sh
set -e

cd "/opt/ivs-stddev/src"
exec python3 -m profiling.stddev "$@"
