annotate bin/downvote @ 8646:52256a4d5110

<izabera> ` echo tr A-Z\xc3\x98 a-z\xc3\xb8 > bin/lowercase
author HackBot
date Wed, 29 Jun 2016 00:16:56 +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!