changeset 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 bb8aae82db7c
files bin/lowercase
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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ø