1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00

Shell: Move to Userland/Shell/

This commit is contained in:
Andreas Kling 2021-01-12 11:53:14 +01:00
parent 07c7e35372
commit c4e2fd8123
35 changed files with 11 additions and 9 deletions

View file

@ -11,7 +11,7 @@ if [ "$#" -eq "0" ]; then
'*.sh' \
':!:Toolchain' \
':!:Ports' \
':!:Shell/Tests'
':!:Userland/Shell/Tests'
)
else
files=()