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