Answers for "ash if statment"

1

ash if statment

if [ "$USER" == "Adam" ]
then
	echo "User is Adam"
else
	echo "User is not Adam"
fi
Posted by: Guest on July-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language