Update check.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-08-15 07:36:11 +00:00
parent f1613f7974
commit a7d7442868
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/bash
sleep 5 sleep 5
green(){ echo -e "\033[32m\033[01m$1\033[0m";} green(){ echo -e "\033[32m\033[01m$1\033[0m";}
yellow(){ echo -e "\033[33m\033[01m$1\033[0m";} yellow(){ echo -e "\033[33m\033[01m$1\033[0m";}