Initial import

This commit is contained in:
Martin Lund 2014-09-27 11:35:17 +02:00
commit a14d14d75b
19 changed files with 1604 additions and 0 deletions

2
src/Makefile.am Normal file
View file

@ -0,0 +1,2 @@
bin_PROGRAMS = gotty
gotty_SOURCES = tty.c options.c device.c main.c