mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Ext: Added initial extensions and README
This commit is contained in:
parent
f79bca258c
commit
ff8e3ef68d
3 changed files with 33 additions and 0 deletions
6
ext/debug.py
Executable file
6
ext/debug.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
for line in sys.stdin:
|
||||
print '#', line.strip()
|
Loading…
Add table
Add a link
Reference in a new issue