#! /bin/bash

info=`cat /etc/kylin-build | grep -i hwe`

if [[ $info != ""  ]]
then
    echo "hwe"
fi

