#!/bin/sh
if [ -z "$1" ]; then
	docker run -it --rm strevr
else
	docker run -it --rm --env "CHANNEL=$1" strevr
fi
