Skip to content

Commit

Permalink
Meta: Add the script I use to refresh my Qt Creator project files
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Aug 16, 2019
1 parent 5122caf commit 37d30d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Meta/refresh-serenity-qtcreator.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37d30d7

Please sign in to comment.