sha-bang
Pubdate:2009-04-08 06:01:00 Categories: 1307 Views
Learned a cute trick about bash's sha-bang.
You can use
#!/bin/rm
at the top line of a bash shell. When you run it, it will disapear.
You can use
#!/bin/more at a README file. When you run it, it will display the
file screen by screen.
You can use
#!/bin/rm
at the top line of a bash shell. When you run it, it will disapear.
You can use
#!/bin/more at a README file. When you run it, it will display the
file screen by screen.
Comments(0)