Meta: Add the script I use to refresh my Qt Creator project files

This commit is contained in:
Andreas Kling 2019-08-16 16:39:56 +02:00
parent 5122caf9a8
commit 37d30d7b2b

View file

@ -0,0 +1,4 @@
#!/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