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
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
I get:
#!/bin/cat
Heh.
on my output. Not sure what this is supposed to mean…
I found it amusing because it prints its own contents.