#!/usr/bin/env bash

echo 'ERROR: Bashsh must be run with an explicit version number.' >&2
echo 'The current version is bashsh-0.' >&2
exit 1
