//Dependancy file 1 clear clc disp("The lines of code for Example 14.1") halt("") printf("#!/bin/sh\n# script.sh\necho Today date : `date` \necho This month calendar : \ncal `date +%%m%%C%%y`\n echo My Shell $Shell \n")