annotate bin/lowercase @ 3352:5c2946301dbb

<shachaf> cp bin/{empty,erf}list
author HackBot
date Fri, 02 Aug 2013 01:15:57 +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ø