new-words

view en.sh @ 8:0ff259b8b6a3

v0.1: INSTALL.sh + minifixes
author Igor Chubin <igor@chub.in>
date Wed Mar 31 18:59:02 2010 +0300 (2010-03-31)
parents
children 46e987f4636d
line source
1 #!/bin/sh
3 (
4 dict -h dictd.xdsl.by -d mueller24 "$@"
5 if [ -e "$ORIGINAL_TEXT" ]
6 then
7 echo . . . . . . . . . . . . . . . . . . . . . . . . . ; echo
8 grep-sentences "$*" "$ORIGINAL_TEXT"
9 fi
10 ) | less -p "$*"