Ext: Added initial extensions and README

This commit is contained in:
Paul Beckingham 2016-03-26 13:02:55 -04:00
parent f79bca258c
commit ff8e3ef68d
3 changed files with 33 additions and 0 deletions

6
ext/debug.py Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
for line in sys.stdin:
print '#', line.strip()