annotate bin/run @ 1489:ce0010bec245

<olsner> makelist list
author HackBot
date Sat, 12 Jan 2013 20:04:13 +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 "$@"