#!/bin/sh -e
echo >&2 "WARNING: Usage of \"terminal\" is deprecated, it has been renamed to \"rspterminal\"!"
rspterminal $@
