summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-03-26 11:40:39 +0100
committerAnton Kling <anton@kling.gg>2024-03-26 11:40:39 +0100
commit297231bb3602d868d3891d357026c53f9fcc2402 (patch)
tree6c4f21db84912750f6f464b26bf1e4503d1fe479 /meta
parent3deb2df8e62a5f0a5535ee734a5aa13b0959f53f (diff)
Increase support for signals
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/userland.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/userland.sh b/meta/userland.sh
index c8eb1ac..22e86ff 100755
--- a/meta/userland.sh
+++ b/meta/userland.sh
@@ -45,4 +45,5 @@ ln -s ./minibox ./yes
ln -s ./minibox ./echo
ln -s ./minibox ./wc
ln -s ./minibox ./ls
+ln -s ./minibox ./kill
cd ..