#!/bin/bash
xtitle_cmd="$(which screen)"
if [ -n "${xtitle_cmd}" ]; then
"${xtitle_cmd}" "${USER}@$(hostname -s)"
fi