changeset 2842:e84eb0a1df83

<shachaf> echo $\'#!/bin/bash\\necho "$@"\' > bin/e; chmod +x bin/e
author HackBot
date Sat, 04 May 2013 10:33:19 +0000
parents 3918a31d76a8
children f0678a8758f1
files bin/e
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/e	Sat May 04 10:33:19 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "$@"