From 90097f6ed89a5fd120c3b38ae32273243c2e6912 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Tue, 13 Oct 2015 08:03:08 -0400 Subject: [PATCH] Update cloc.sh --- cloc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloc.sh b/cloc.sh index 89a7207..87229fe 100755 --- a/cloc.sh +++ b/cloc.sh @@ -1,4 +1,5 @@ #!/bin/bash cloc batch-represent evaluation openface models training util \ - examples/web/{*.{py,html,sh},js,css} + demos/*.py \ + demos/web/{*.{py,html,sh},js,css}