repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
games
/
fortune
/
tools
/
Do_spell
blob
9f69bfb7c5f2f7551a434de1cf4448633591b4ff
1
#!/bin/sh -
2
# $NetBSD$
3
#
4
# @(#)Do_spell 8.1 (Berkeley) 5/31/93
5
#
6
7
F
=
_spell.$$
8
echo
$1
9
spell
<
$1
>
$F
10
sort
$F $1
.sp.ok |
uniq
-u
|
column
11
rm
-f
$F