diff options
author | Ben Armstrong <synrg@debian.org> | 2010-11-27 18:48:13 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:36 +0100 |
commit | aa456e33b51912a7a37bdb84f4aec1e53aa37cc9 (patch) | |
tree | 0cc74ffb591b16286bf88c0909e18df822c26f3f /examples/auto/build | |
parent | 32590cfdc7c6f81bc5349a812c6ef68c2dc7b4ea (diff) | |
download | vyos-live-build-aa456e33b51912a7a37bdb84f4aec1e53aa37cc9.tar.gz vyos-live-build-aa456e33b51912a7a37bdb84f4aec1e53aa37cc9.zip |
Adding example auto scripts.
Diffstat (limited to 'examples/auto/build')
-rwxr-xr-x | examples/auto/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/auto/build b/examples/auto/build new file mode 100755 index 000000000..34956c13d --- /dev/null +++ b/examples/auto/build @@ -0,0 +1,3 @@ +#!/bin/sh + +lb build noauto "${@}" 2>&1 | tee binary.log |