#!/bin/sh
# counts the number of source lines in OCTAL
wc -l *.c *.h gui/*.[ch] | tail -1
