#!/bin/sh
# vim  :set tabstop=4
# NeoKylin Linux Server 7.0
str=$(printf "%-22s" "#")
strt=$(printf "%-68s" "#")
echo "${str// /#}"" NeoKylin Linux Version" "${str// /#}"
echo "Release:  "`cat /etc/neokylin-release`

echo "Kernel:   "`uname -r`
echo "Build:    "`sed -n '/^Build/p' /etc/.productinfo`

echo "${strt// /#}"

