diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 21:36:25 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 21:36:25 -0400 |
| commit | 2eecfae10050c1a4fcfacd1caa756d6d115afb1b (patch) | |
| tree | dfcc61c9db9f32507bdc2084d42022fe34b2b0e5 /scripts/build.sh | |
| download | min-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.gz min-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.xz | |
Initial
Diffstat (limited to 'scripts/build.sh')
| -rw-r--r-- | scripts/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh new file mode 100644 index 0000000..c96f1cb --- /dev/null +++ b/scripts/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh +shell="/bin/sh" +$shell scripts/musl.sh +$shell scripts/mksh.sh +$shell scripts/sbase.sh +$shell scripts/ubase.sh |
