@philipwhite
Or maybe the 1178 line source code fits on a 1.44 MB floppy?
Seems like there would still be plenty of free space... maybe to fit the other 5 source files.
@sir
@sir
$ mkdir ya; git archive --format=tar.gz HEAD > repo.tar.gz; cd ya; tar -zxf ../repo.tar.gz; du -b -d0
407251 .
Gets us a little closer. Maybe 1MB of the code hasn't been written yet.
@philipwhite
@zachdecook @philipwhite
$ wc -l src/* | tail -n1
8624 total
$ git archive --format=tar.gz HEAD | wc -c
77744