aboutsummaryrefslogtreecommitdiff
path: root/scripts/build.sh
blob: 6d162a68878c5f4576d234a9b5ba02b3d257ef20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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/grub.sh