Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 54308f4613f63fb940c9e482805beb15 > files > 5

mc-4.7.4-1.fc14.x86_64.rpm

#! /bin/sh
# *** External Spell Checker for GNU Midnight Commander.
# arguments:
#    $1 - Name of the file being edited
#    $2 - Name of the file to be processed

if aspell </dev/null >/dev/null 2>&1; then
  aspell -c "$2"
else
  ispell "$2"
fi