changeset 2361:005d7c29403e

<nooodl> (echo \'#!/bin/sh\'; echo \'tr A-Z U | tr a-z u\') > bin/uuu; chmod a+x bin/uuu
author HackBot
date Sun, 03 Mar 2013 21:34:46 +0000
parents 345b426c2ae1
children 2153ab25037e
files bin/uuu
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/uuu	Sun Mar 03 21:34:46 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+tr A-Z U | tr a-z u