#!/usr/bin/env bash

cd "$(dirname $0)/../src" || exit

python3 -m zshell "$@"
