Possible Duplicate:
How do I run .sh files in Terminal?
I need to install a special patch for vmware. To do this, I downloaded the file and it was the file "linux", a text editor, it looks like this:
#!/bin/sh
case "` uname-m `" in
x86_64)
"$ 0" _64 "$ @"
;;
*)
"$ 0" _32 "$ @"
;;
esac
But how do I run it?