diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/word_count.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/word_count.sh b/test/word_count.sh new file mode 100755 index 0000000..50fc734 --- /dev/null +++ b/test/word_count.sh @@ -0,0 +1,2 @@ +#!/bin/bash +wc frontends/curses/curses_ui.c frontends/curses/meson.build frontends/sdl/cetris_sdl.c frontends/sdl/cetris_sdl.h frontends/gl/drawable.c frontends/gl/drawable.h frontends/gl/skin.c frontends/gl/skin.h frontends/gl/main.c frontends/gl/shader.c frontends/gl/shader.h frontends/gl/ui.c frontends/gl/ui.h frontends/gl/meson.build lib/* |