diff options
author | Anton Kling <anton@kling.gg> | 2024-12-02 14:23:32 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-12-02 14:23:32 +0100 |
commit | 7d67bd2d9e690a662c1c8b51b245e83f2c6c5c74 (patch) | |
tree | abc7f2b6eeb29c4b6ba43b8a1ee2297fcf63b363 /meta | |
parent | eed6ff683cf124f43a21191ffa11278d9dbd7ff3 (diff) |
minibox: Add true, false
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/userland.sh | 2 |
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 .. |