#!/bin/sh

WEII=${WEII:-weii}

if $WEII --help ; then
  echo success: help text run worked
else
  echo error: helt text run returned error code
fi
