This website requires JavaScript.
Explore
Help
Sign In
manuel
/
live-build
Watch
1
Star
0
Fork
You've already forked live-build
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
153a796b31
live-build
/
examples
/
auto
/
build
6 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding example auto scripts.
2010-11-27 21:48:13 -01:00
#!/bin/sh
Adding set -e in example auto scripts.
2013-03-11 14:23:23 -01:00
set -e
Updating auto example scripts.
2012-06-04 19:40:39 +00:00
lb build noauto "${@}" 2>&1 | tee build.log