From a7d74428684790b9b590ac6e1e75b149a8012274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Mon, 15 Aug 2022 07:36:11 +0000 Subject: [PATCH] Update check.sh --- check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.sh b/check.sh index b556b49..12aea9f 100644 --- a/check.sh +++ b/check.sh @@ -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";}