From 3ae4268c04c53ae716d77acffa1227ab2ddb4738 Mon Sep 17 00:00:00 2001 From: melvin Date: Tue, 15 Oct 2013 17:57:55 +0800 Subject: [PATCH] added rule to find common actions --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 90ed4ec36e..04a3a986d7 100644 --- a/Makefile +++ b/Makefile @@ -622,3 +622,6 @@ normalize_files: untracked: hg stat | sed 's/^. //;s/.*/"&"/' | xargs ls -ltr + +common_actions: + grep -ho "Magic[A-Za-z]*Action" -r release/Magarena/scripts | sort | uniq -c | sort -n