about summary refs log tree commit diff
path: root/zachusfm.py
diff options
context:
space:
mode:
Diffstat (limited to 'zachusfm.py')
-rwxr-xr-xzachusfm.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/zachusfm.py b/zachusfm.py
deleted file mode 100755
index b3f942e..0000000
--- a/zachusfm.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python3
-import sys
-
-def main(argv):
-  """Read usfm from stdin, output to stdout in specified format
-     ./zachusfm md <in.usfm >out.md
-  """
-  print('')
-
-if __name__ == '__main__':
-  main(sys.argv)