mvclrtobot



function mvclrtobot
{
    move "${1}" "${2}" &&
      clrtobot
    return ${?}
}