aboutsummaryrefslogtreecommitdiff
path: root/f
diff options
context:
space:
mode:
Diffstat (limited to 'f')
-rwxr-xr-xf10
1 files changed, 0 insertions, 10 deletions
diff --git a/f b/f
deleted file mode 100755
index 7f541d8..0000000
--- a/f
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# f -- fmt with new line for each sentence
-
-fmt "$@" |
-sed 's/\([^ ]\)\. \([^ ]\)/\1.\
-\.temporary line for fmt\
-\2/g' |
-fmt "$@" |
-sed '/^\.temporary line for fmt$/d'