annotate bin/man @ 7558:cbd0b9f4e0d4

<fizzie> ` mv script{,add} bin/ # I guess they could be there just as well -- but how did you write those things in the first place?
author HackBot
date Wed, 27 Apr 2016 23:14:39 +0000
parents f6cfe22a201c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6911
0b4698806346 <lifthrasiir> ` (echo \'#!/bin/sh\'; echo \'Nice try.\') > bin/man && chmod a+x bin/man
HackBot
parents:
diff changeset
1 #!/bin/sh
6912
f6cfe22a201c <lifthrasiir> ` (echo \'#!/bin/sh\'; echo \'echo Nice try.\') > bin/man && chmod a+x bin/man
HackBot
parents: 6911
diff changeset
2 echo Nice try.