scripts - scripts - some useful shell scripts

git clone git://git.bcharge.de/scripts.git

About | Log | Files | Refs

lat (188B)


1
2
3
#!/bin/sh

curl -v --stderr - "https://en.wiktionary.org/wiki/$1" | awk '/<h2><span class="mw-headline" id="Latin">Latin<\/span>/{p=1} /References/{p=0} p' | w3m -dump -T text/html | less