commit | 39042d821ed882d448f1bcd6505df7fb6700b8f0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 20 08:42:48 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 11:17:21 2013 -0400 |
tree | ca6b4f2352d2ef274a7b2917a06ddf8b2b53e39d | |
parent | 095686d3f5e0b46e76d40e3ad0b75982a215024d [diff] |
sandbox: Allow -c argument to provide a command list This allows passing of entire scripts to sandbox with the -c argument, which is useful for testing. Commands can be delimited with a newline or semicolon. Signed-off-by: Simon Glass <sjg@chromium.org>