I am trying to run a script based on computer name
This is what I have so far
ComputerName=scutil --get ComputerName
if [[ "ComputerName" = MAC ]]
then
echo""
fi
I am trying to run a script based on computer name
This is what I have so far
ComputerName=scutil --get ComputerName
if [[ "ComputerName" = MAC ]]
then
echo""
fi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.