This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3a00578853
NetBSD
/
gnu
/
dist
/
postfix
/
mantools
/
spell
8 lines
91 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
for
i in
$*
do
echo
=
=
=
$i
=
=
=
dehtml
$i
|
spell
|
fgrep -vxf proto/stop
done
Reference in New Issue
View Git Blame
Copy Permalink