mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
Add ispunct() to LibC + some minor cleanups.
This commit is contained in:
parent
3b2f172d48
commit
7cc4caee4f
5 changed files with 16 additions and 2 deletions
|
@ -8,7 +8,6 @@ cp -v ../Userland/sh mnt/bin/sh
|
|||
cp -v ../Userland/id mnt/bin/id
|
||||
cp -v ../Userland/ps mnt/bin/ps
|
||||
cp -v ../Userland/ls mnt/bin/ls
|
||||
cp -v ../Userland/pwd mnt/bin/pwd
|
||||
cp -v ../Userland/sleep mnt/bin/sleep
|
||||
cp -v ../Userland/date mnt/bin/date
|
||||
cp -v ../Userland/true mnt/bin/true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue