new-words
annotate en.sh @ 10:25bc92026f32
LICENSE GPLv3 added
author | Igor Chubin <igor@chub.in> |
---|---|
date | Wed Mar 31 22:38:03 2010 +0300 (2010-03-31) |
parents | |
children | 46e987f4636d |
rev | line source |
---|---|
igor@5 | 1 #!/bin/sh |
igor@5 | 2 |
igor@5 | 3 ( |
igor@5 | 4 dict -h dictd.xdsl.by -d mueller24 "$@" |
igor@5 | 5 if [ -e "$ORIGINAL_TEXT" ] |
igor@5 | 6 then |
igor@5 | 7 echo . . . . . . . . . . . . . . . . . . . . . . . . . ; echo |
igor@5 | 8 grep-sentences "$*" "$ORIGINAL_TEXT" |
igor@5 | 9 fi |
igor@5 | 10 ) | less -p "$*" |