# HG changeset patch # User HackBot # Date 1365976068 0 # Node ID 483baaae03c2bcc59baa48a706a061bf846b670e # Parent 19341868b33604de7184a412d5ad671d3a2ffbdc echo -e \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase diff -r 19341868b336 -r 483baaae03c2 bin/lowercase --- a/bin/lowercase Sun Apr 14 21:47:24 2013 +0000 +++ b/bin/lowercase Sun Apr 14 21:47:48 2013 +0000 @@ -1,1 +1,2 @@ -#!/bin/bash\ntr A-ZØ a-zø +#!/bin/bash +tr A-ZØ a-zø