changeset 3742:cdad634c391f

<elliott> echo \'#!/bin/sh\' > bin\\`; echo \'exec bash -c "$*"\' >>bin/\\`; chmod +x bin/\\`
author HackBot
date Wed, 11 Sep 2013 16:52:25 +0000
parents 6d40e8984cf7
children 6ddb83651200
files bin/`
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/`	Wed Sep 11 16:52:04 2013 +0000
+++ b/bin/`	Wed Sep 11 16:52:25 2013 +0000
@@ -1,2 +1,3 @@
 exec "$@"
 exec bash -c "$@"
+exec bash -c "$*"