diff --git a/WARP-CR.sh b/WARP-CR.sh index f6e561b..c57da0e 100644 --- a/WARP-CR.sh +++ b/WARP-CR.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";}