annotate bin/run @ 1219:92db7698e826

<elliott> echo "#!/bin/sh" >bin/run; echo \'bash -c "$@"\' >>bin/run; chmod +x bin/run
author HackBot
date Tue, 01 Jan 2013 19:35:36 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1219
92db7698e826 <elliott> echo "#!/bin/sh" >bin/run; echo \'bash -c "$@"\' >>bin/run; chmod +x bin/run
HackBot
parents:
diff changeset
1 #!/bin/sh
92db7698e826 <elliott> echo "#!/bin/sh" >bin/run; echo \'bash -c "$@"\' >>bin/run; chmod +x bin/run
HackBot
parents:
diff changeset
2 bash -c "$@"