1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

Userland: Add a simple utility for UDP testing.

This commit is contained in:
Andreas Kling 2019-03-13 15:00:02 +01:00
parent 19a51132f5
commit ea6a537b70
4 changed files with 61 additions and 0 deletions

View file

@ -75,6 +75,7 @@ cp -v ../Userland/su mnt/bin/su
cp -v ../Userland/env mnt/bin/env
cp -v ../Userland/stat mnt/bin/stat
cp -v ../Userland/ping mnt/bin/ping
cp -v ../Userland/uc mnt/bin/uc
chmod 4755 mnt/bin/su
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor