commit 197b799f450c1ec761b819698224e618f076e0af parent a6e25559b31d33bdcca66e51504709c95229de9e Author: sin <sin@2f30.org> Date: Fri, 6 Sep 2013 10:16:53 +0100 Add top and pkill Diffstat:
M | pkgs/busybox | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/busybox b/pkgs/busybox @@ -20,6 +20,8 @@ install() { ln -s busybox ping ln -s busybox wget ln -s busybox vi + ln -s busybox top + ln -s busybox pkill popd popd }