summaryrefslogtreecommitdiff
path: root/1088/DEPENDENCIES/Shell1.sci
blob: 970c826417c4e864ec5d2a01eddb02a2dd49ee4a (plain)
1
2
3
4
5
6
//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")