#!/bin/sh
[ -d "$1" ] && cd "$1"
7z x -so ~/DATA_SOURCES/wikipedia-en-html.tar.7z | tar x
