#!/bin/bash

. commands.sh
. functions.sh

TS_COMPONENT="login"
TS_DESC="checktty"

ts_init "$*"
$TS_CMD_CHECKTTY  >> $TS_OUTPUT
ts_finalize

