Verificação de bash Retorno do comando não erro

if command ; then
    echo "Command succeeded"
else
    echo "Command failed"
fi
steamboatid