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, 0 insertions, 10 deletions
diff --git a/games/fortune/tools/Do_spell b/games/fortune/tools/Do_spell
deleted file mode 100644
index d997392..0000000
--- a/games/fortune/tools/Do_spell
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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