What do I mean by Object?
In Unix script are like objects.
#!/bin/sh
code ...
data ...
The /bin/sh tells the shell(os) what program is to be used to process the rest of the file.
Unix doesn’t care what’s in the file. Perl, TCL, csh, bash, or even uuencoded data, or a jpeg image even.