Files
Motion_test/check_no_lineids.sh

7 lines
98 B
Bash
Executable File

#!/bin/sh
git grep '<LineIds' *.Tc*
if test $? -ne 1; then
echo >&2 "LineIds found"
exit 1
fi