#!/bin/bash # # 10-banner - generate the banner information # Copyright (c) 2016 China Mobile # # Authors: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> # printf "\n" printf "Welcome to %s (%s %s %s)\n\n" "BigCloud Enterprise Linux For Euler 21.10" "$(uname -o)" "$(uname -r)" "$(uname -m)"