#!/bim/sh exit 0 ## What is wrong with this script? ## When run, the shell complains: ## ksh: ./interpreter: not found ## even though this script called "interpreter" is executable. ## Hint: The name in the error message is misleading. Why?