#!/usr/bin/env bash

set -ex

pyinstaller --onefile story/cli.py
