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