home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / base / 05_common.mo / usr / bin / run-with-aspell < prev    next >
Encoding:
Text File  |  2005-06-12  |  57 b   |  5 lines

  1. #!/bin/sh
  2. PATH=/usr/lib/aspell:$PATH
  3. export PATH
  4. exec $@
  5.