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

Userland: Add a simple /bin/stat program.

This commit is contained in:
Andreas Kling 2019-02-27 21:45:06 +01:00
parent 02bfbb712a
commit dda9b9ab1b
4 changed files with 101 additions and 0 deletions

View file

@ -72,6 +72,7 @@ cp -v ../Userland/ln mnt/bin/ln
cp -v ../Userland/df mnt/bin/df
cp -v ../Userland/su mnt/bin/su
cp -v ../Userland/env mnt/bin/env
cp -v ../Userland/stat mnt/bin/stat
chmod 4755 mnt/bin/su
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor