#!/bin/bash
cd /opt/tricalc
exec python3 /opt/tricalc/tricalc.py "$@"
