Amusing

This one is for the Linux geeks. Save the following file:

#!/bin/cat

Heh.

Then:

$ chmod u+x myscript #adds executable flag for the user that owns the file

$ ./myscript

2 comments

  1. I get:

    #!/bin/cat

    Heh.

    on my output. Not sure what this is supposed to mean…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.