greek-morphology: add csv
This commit is contained in:
6
greek-morphology/fetch.sh
Executable file
6
greek-morphology/fetch.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
FILE=$(mktemp)
|
||||
OUTDIR=$(mktemp -d)
|
||||
curl -sSL 'https://www.mobileread.com/forums/attachment.php?attachmentid=135188&d=1424683732' -o "$FILE"
|
||||
unzip "$FILE" -d "$OUTDIR"
|
||||
sed '/^#/d' "$OUTDIR"/*.txt > input.txt
|
||||
Reference in New Issue
Block a user