log bin/lowercase @ 12256:821155c00e34 draft

age author description
Thu, 13 Apr 2017 03:47:14 +0000 HackBot <oerjan> ` mv bin/lowercase{2,}
Sat, 11 Mar 2017 21:54:49 +0000 HackBot <oerjan> sled bin/lowercase//s,sed,LANG=en_NZ.UTF-8 &,
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Sat, 09 Jul 2016 04:30:25 +0000 HackBot <oerjan> ` hg cat -r 6185 bin/lowercase >bin/lowercase
Wed, 29 Jun 2016 00:21:27 +0000 HackBot <izabera> ` echo "sed \'s/./\\l&/g;s/\xc3\x98/\xc3\xb8/g\'" > bin/lowercase
Wed, 29 Jun 2016 00:20:58 +0000 HackBot <izabera> ` echo "sed \'s/./\\l&/g\'" > bin/lowercase
Wed, 29 Jun 2016 00:20:15 +0000 HackBot <izabera> ` echo sed \'s/./\\l&/g\' > bin/lowercase
Wed, 29 Jun 2016 00:16:56 +0000 HackBot <izabera> ` echo tr A-Z\xc3\x98 a-z\xc3\xb8 > bin/lowercase
Wed, 04 Nov 2015 00:00:36 +0000 HackBot <oerjan> ` sed -i "s!z!z | sed \'s/\xc3\x98/\xc3\xb8/g\'!" bin/lowercase
Tue, 03 Nov 2015 23:58:27 +0000 HackBot <shachaf> revert
Tue, 03 Nov 2015 23:57:49 +0000 HackBot <shachaf> ` sed -i \'s/Z/Z\xc3\x98/; s/z/z\xc3\xb8/\' bin/lowercase
Tue, 03 Nov 2015 23:55:44 +0000 HackBot <oerjan> ` sed -i \'2ctr A-Z a-z\' bin/lowercase
Sun, 16 Mar 2014 01:52:15 +0000 HackBot <oerjan> revert
Sun, 14 Apr 2013 21:47:48 +0000 HackBot <shachaf> echo -e \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase
Sun, 14 Apr 2013 21:47:24 +0000 HackBot <shachaf> echo \'#!/bin/bash\\ntr A-Z\xc3\x98 a-z\xc3\xb8\' > bin/lowercase; chmod +x bin/lowercase