#!/bin/sh
# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense
SCRIPT=`readlink $0`
if [ "x$SCRIPT" = "x" ]; then SCRIPT=$0; fi
SCRIPTDIR=`dirname $SCRIPT`
lua $SCRIPTDIR/../impl/whothm.lua/src/whothm.lua $*