I have this command:
rm -rf ~/.quicklock; echo $?
rm -rf ~/.quicklock; echo $?
rm -rf ~/.quicklock; echo $?
rm -rf ~/.quicklock; echo $?
always exits with 0, even if directory does not exist. I am on a Mac. I thought it would exit with 1 if the directory does not exist?