Browse Source

add check script

Olivier Marty 8 years ago
parent
commit
cbce6fef92
1 changed files with 3 additions and 0 deletions
  1. 3 0
      check

+ 3 - 0
check

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+diff <(grep lstinpu main.tex  | cut -d/ -f 2 | cut -d} -f1 | sort) <(ls code/ | grep -v test | grep -v Makefile | sort)