Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/intesco.ru/d59ed/
Upload File :
Current File : /var/www/iplanru/data/www/intesco.ru/d59ed/edit.spell.rc.tar

etc/mc/edit.spell.rc000066600000000367150772376250010337 0ustar00#! /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