annotate bin/run @ 1223:afc9dad38071

<elliott> revert
author HackBot
date Wed, 02 Jan 2013 01:03:17 +0000
parents 92db7698e826
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 "$@"