I have script here and I should convert it to python. But one thing that I dont know.
What does this line means:
if [ $? != 0 ]
then
echo "$i NOT FOUND!"
retval=255
fi
Need help. Thank you.