cline is a command line tool that counts code lines or non-whitespace characters in your project folder. It is designed to recursively find any source file matching specific rules and count the line breaks within that file. You may specify file suffixes to include or exclude as well as regular expressions for code lines that shall be excluded (e.g. to exclude comments). By default a heuristic algorithm skips binary files.
The command-line tool allows to upload your 6809-binaries to a Vectrex game console provided that you got the VecMulti card by Richard Hutchison.
Usage: vecmultiupload DEVICE BINARY
Example: ./vecmultiupload /dev/ttyUSB0 demo.bin
The vectrex test rom demo.bin is included. You are free to use the few lines of code for any purpose may it be private or commercial. Millitary usage however, is strictly forbidden :)