It's executable. This is a common trick in the Unix world - embed a binary program in a file that can be run as a shell script.
Try:
./filename
Be sure and include the leading dot. Unlike DOS, the current directory is not implicitly part of the execution path.
You should see the script unpack itself into an RPM, though if I remember aright, it asks you to agree to the license first.