Submitted by Steve Chambers (not verified) on Thu, 2008/10/09 - 10:53.
Nice work - but IMHO it would be good for you to put the http://en.wikipedia.org/wiki/Shebang_(Unix) at the beginning of this script so folks know how to run it:
#!/bin/sh
It looks like shell script to me... but maybe not to everyone out there, and that's assuming you use sh and not csh or ksh... :-)
Nice one!
Cheers
Steve
BTW. I'll forward this link to our tools group and see what they say about exposing the ESX / VMtools version.
Missing shebang
Nice work - but IMHO it would be good for you to put the http://en.wikipedia.org/wiki/Shebang_(Unix) at the beginning of this script so folks know how to run it:
#!/bin/sh
It looks like shell script to me... but maybe not to everyone out there, and that's assuming you use sh and not csh or ksh... :-)
Nice one!
Cheers
Steve
BTW. I'll forward this link to our tools group and see what they say about exposing the ESX / VMtools version.