blob: c2c96b4fb954c38389604a9beb2e4780f1439506 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/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/grub.sh
|