aboutsummaryrefslogtreecommitdiff
path: root/scripts/build.sh
blob: c5b47bd316e6d935965f340b3699cacf0387e741 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
shell="/bin/sh"
set -e
$shell scripts/musl.sh
$shell scripts/mksh.sh
$shell scripts/linux.sh
$shell scripts/ncurses.sh
$shell scripts/vim.sh
$shell scripts/busybox.sh
$shell scripts/tree.sh
$shell scripts/zlib.sh
$shell scripts/libressl.sh
$shell scripts/openssh.sh
$shell scripts/nginx.sh
$shell scripts/libarchive.sh.sh
$shell scripts/runit.sh
$shell scripts/conf.sh
$shell scripts/tar-pfx.sh
# $shell scripts/grub.sh