annotate bin/downvote @ 8702:e91970e62be1

<oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
author HackBot
date Tue, 05 Jul 2016 02:21:15 +0000
parents 5db9fad36146
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6192
b1b5a1d863bb <mroman> echo "#!/bin/sh" > bin/downvote
HackBot
parents: 6191
diff changeset
1 #!/bin/sh
6195
5db9fad36146 <mroman> echo "echo \\$1: You\\\\\'ve been downvoted!" >> bin/downvote
HackBot
parents: 6194
diff changeset
2 echo $1: You\'ve been downvoted!