annotate bin/lowercase @ 3551:4b38af588f40

<boily> revert
author HackBot
date Thu, 29 Aug 2013 20:30:12 +0000
parents 483baaae03c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2715
483baaae03c2 <shachaf> echo -e \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase
HackBot
parents: 2714
diff changeset
1 #!/bin/bash
483baaae03c2 <shachaf> echo -e \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase
HackBot
parents: 2714
diff changeset
2 tr A-ZØ a-zø