summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-12-02 14:23:32 +0100
committerAnton Kling <anton@kling.gg>2024-12-02 14:23:32 +0100
commit7d67bd2d9e690a662c1c8b51b245e83f2c6c5c74 (patch)
treeabc7f2b6eeb29c4b6ba43b8a1ee2297fcf63b363 /meta
parenteed6ff683cf124f43a21191ffa11278d9dbd7ff3 (diff)
minibox: Add true, false
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/userland.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/userland.sh b/meta/userland.sh
index 4df07f3..b403215 100755
--- a/meta/userland.sh
+++ b/meta/userland.sh
@@ -55,4 +55,6 @@ ln -s ./minibox ./kill
ln -s ./minibox ./sha1sum
ln -s ./minibox ./rdate
ln -s ./minibox ./sh
+ln -s ./minibox ./true
+ln -s ./minibox ./false
cd ..