mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
5 lines
196 B
Bash
Executable File
5 lines
196 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $SERENITY_ROOT
|
|
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.h' -or -name '*.S' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ > serenity.files
|