summaryrefslogtreecommitdiff
path: root/scripts/old/gfmt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/old/gfmt')
-rwxr-xr-xscripts/old/gfmt9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/old/gfmt b/scripts/old/gfmt
deleted file mode 100755
index d38351f..0000000
--- a/scripts/old/gfmt
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3# Format text from gemtext format to short lines with double \n
4
5# TODO: remove double spacing from within ```
6
7sed 's/ //' | \
8sed 'a\\' | \
9fold -sw 80

Generated with cgit - Back to sebastiano.tronto.net