summaryrefslogtreecommitdiffstats
path: root/fortune/tools/Do_spell
diff options
context:
space:
mode:
Diffstat (limited to 'fortune/tools/Do_spell')
-rw-r--r--fortune/tools/Do_spell10
1 files changed, 10 insertions, 0 deletions
diff --git a/fortune/tools/Do_spell b/fortune/tools/Do_spell
new file mode 100644
index 00000000..fdba4892
--- /dev/null
+++ b/fortune/tools/Do_spell
@@ -0,0 +1,10 @@
+#!/bin/sh -
+#
+# @(#)Do_spell 5.2 (Berkeley) 4/8/91
+#
+
+F=_spell.$$
+echo $1
+spell < $1 > $F
+sort $F $1.sp.ok | uniq -u | column
+rm -f $F