#!/bin/bash
#
#********************************************************************
#Author:		QH
#QQ: 			1625317303
#Date: 			2019-03-16
#FileName:		shblk.sh
#Mail: 			1625317303@qq.com
#Description:		The test script
#Copyright (C): 	2019 All rights reserved
#********************************************************************
BEGIN="\e[1;35m"
END="\e[0m"
echo -e "${BEGIN}`df | grep /dev/sda | grep -o '[0-9]\+%'`${END}"