#!/usr/bin/env bash

if [[ -f "/opt/dosis2/bin/python3-venv" ]]; then
	/opt/dosis2/bin/python3-venv -m rampmonitor
fi
