File: df.sh

package info (click to toggle)
mueller 2002.02.27-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,552 kB
  • sloc: python: 99; makefile: 44; sh: 33; xml: 30
file content (12 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

echo "Creating ${1%.data}.dict and ${1%.data}.index"

dictfmt -p \
        --allchars \
        --utf8 \
        --columns 0 \
        -u "http://www.chat.ru/~mueller_dic" \
        -s "Mueller English-Russian Dictionary$3" \
        --without-time \
        "${1%.data}" < "$1"