Fixed WSL Bug #16

Closed
Whoisfishie wants to merge 1 commits from patch-1 into main

4
bml.sh
View File

@ -27,8 +27,8 @@ reset=`tput sgr0`
OS=$(uname -r | grep -oE microsoft) OS=$(uname -r | grep -oE microsoft)
if [ "$OS" = "microsoft" ] if [ "$OS" = "microsoft" ]
then then
echo "${red}WSL Not Supported!${reset}" #echo "${red}WSL Not Supported!${reset}"
exit #exit
else else
: :
fi fi