blob: da3ea68ec40aa3ba0f0134dc524e588010dbad6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/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/runit.sh
# $shell scripts/grub.sh
|