Update WARP-CR.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-08-15 07:35:10 +00:00
parent 312bafa38e
commit f1613f7974
1 changed files with 1 additions and 1 deletions

View File

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