七夕常用的shell表白脚本

一到七夕就好激动,可是作为我们怎么表白呢!

如何可以来一个不一样的表白呢!

一束蓝色妖姬,一个烛光晚餐,还是其他的啥?

如果在这个之后,再来一个我们别样的小操作,是不是会有意外的感觉呢!

先看效果图:

代码如下:可以自己根据情况删改

#!/bin/bash
#------------------------------------------echo

read -t 20 -p "name:" name
echo -e "\n"

#------------------------------------------hanshu


#------------------------------------------color

function echo_color(){
   if [ $1 == "hei" ]; then
      echo -e "\033[30;41m$2\033[0m"
   elif [ $1 == "lv" ]; then
      echo -e "\033[32;41m$2\033[0m"
   elif [ $1 == "huang" ]; then
      echo -e "\033[33;41m$2\033[0m"
   elif [ $1 == "lan" ]; then
      echo -e "\033[34;41m$2\033[0m"
   elif [ $1 == "zi" ]; then
      echo -e "\033[35;41m$2\033[0m"
   elif [ $1 == "lan" ]; then
    echo -e "\033[36;41m$2\033[0m"
   elif [ $1 == "bai" ]; then
      echo -e "\033[37;41m$2\033[0m"

   elif [ $1 == "red" ]; then
      echo -e "\033[31;41m$2\033[0m"
   fi
}
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值