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

Userland: Add a 'test' utility

This adds an incomplete implementation of the test util, missing some
user/group checks, and `-l STRING`.
It also symlinks '[' to 'test'.
This commit is contained in:
AnotherTest 2020-06-24 08:27:00 +04:30 committed by Andreas Kling
parent a6fd969d93
commit 880c3fb83f
4 changed files with 640 additions and 3 deletions

View file

@ -163,6 +163,7 @@ ln -s ProfileViewer mnt/bin/pv
ln -s WebServer mnt/bin/ws
ln -s Solitaire mnt/bin/sl
ln -s WebView mnt/bin/wv
ln -s test mnt/bin/[
echo "done"
# Run local sync script, if it exists