#! /bin/sh

# lines - count lines of source code

wc src/herbrip src/prpick src/*.py \
   test/oft test/opft test/*.py \
   | sort
   
