aboutsummaryrefslogtreecommitdiff
path: root/old/gfmt
blob: d38351f6f6432c30b8d0e57aa22c6061704bdaaa (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Format text from gemtext format to short lines with double \n

# TODO: remove double spacing from within ```

sed 's/
//'  | \
sed 'a\\'     | \
fold -sw 80

Generated with cgit - Back to sebastiano.tronto.net