aboutsummaryrefslogtreecommitdiff
path: root/scripts/build.sh
blob: 9daae79230164218aa9f9e80239b4050221700e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
shell="/bin/sh"
set -e
$shell scripts/musl.sh
$shell scripts/mksh.sh
$shell scripts/sbase.sh
$shell scripts/ubase.sh
$shell scripts/linux.sh
$shell scripts/sinit.sh
$shell scripts/ncurses.sh
$shell scripts/vim.sh
# $shell scripts/grub.sh