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:
parent
a6fd969d93
commit
880c3fb83f
4 changed files with 640 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue