aboutsummaryrefslogtreecommitdiff
path: root/cite.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-29 15:08:41 +0000
committerroot <root@turin.home>2022-01-29 15:08:41 +0000
commit9fbbc8575ab726f106bb1a46c1c57f3aed374664 (patch)
tree65bff2a04fdc74de0b414e6e6b826c2c03ba3684 /cite.py
parent11e3e6e472781b2078c9179e344abd42ece2cb53 (diff)
600 words
Diffstat (limited to 'cite.py')
-rw-r--r--cite.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/cite.py b/cite.py
deleted file mode 100644
index 6b8110d..0000000
--- a/cite.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import sys
-
-a = sys.stdin.read()
-for l in a.split('\n'):
- l = l.replace("{", "\n.[\n")
- l = l.replace("} ", "\n.]\n")
- l = l.replace("}", "\n.]\n")
- print(l)