From 6a5e24ec1bdb8cd59701e70df851c581cb213b56 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 15 Feb 2017 16:47:54 -0500 Subject: [PATCH] neaten --- c/tools/mcountlines | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/c/tools/mcountlines b/c/tools/mcountlines index c4cb2b461..841b10155 100755 --- a/c/tools/mcountlines +++ b/c/tools/mcountlines @@ -3,29 +3,29 @@ wc -l \ cli/*.[ch] \ containers/*.[ch] \ + dsl/*.[ch] \ input/*.[ch] \ lib/*.[ch] \ - dsl/*.[ch] \ mapping/*.[ch] \ output/*.[ch] \ - stream/*.[ch] \ - unit_test/*.[ch] \ parsing/mlr*.[ly] \ parsing/mlr*wrapper*.[ch] \ + stream/*.[ch] \ + unit_test/*.[ch] \ | sort -n echo wc -c \ cli/*.[ch] \ containers/*.[ch] \ + dsl/*.[ch] \ input/*.[ch] \ lib/*.[ch] \ - dsl/*.[ch] \ mapping/*.[ch] \ output/*.[ch] \ - stream/*.[ch] \ - unit_test/*.[ch] \ parsing/mlr*.[ly] \ parsing/mlr*wrapper*.[ch] \ + stream/*.[ch] \ + unit_test/*.[ch] \ | sort -n | tail -n 5