view bin/lowercase @ 2715:483baaae03c2

<shachaf> echo -e \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase
author HackBot
date Sun, 14 Apr 2013 21:47:48 +0000
parents 19341868b336
children
line wrap: on
line source

#!/bin/bash
tr A-ZØ a-zø