also, check the name of the file... I find that my ftp program converts all the uppercase to lowercase when I ftp files across. so

SkyZenith.tcl would become skyzenith.tcl

Can cause some confusion.

you can always rename it by typing

mv skyzenith.tcl SkyZenith.tcl

This trick caught me out with another script on the weekend.