serenity/Meta/refresh-serenity-qtcreator.sh
2019-09-28 22:57:46 +02:00

5 lines
231 B
Bash
Executable file

#!/bin/bash
cd $SERENITY_ROOT
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files