#!/bin/sh

wait-for-it -q junoser:4567 -t 10 -- python3 -m jerikan "$@"
