Skip to content

Instantly share code, notes, and snippets.

View chulini's full-sized avatar

JQ chulini

View GitHub Profile
@chulini
chulini / getopger.sh
Last active September 26, 2017 12:36 — forked from syranez/getopger.sh
get one piece mangas german subbed from onepiece-tube
#! /usr/bin/env bash
if [ ! $# -eq 1 ]; then
echo "Usage: ./getopger <chapter>";
exit 1;
fi
# Kapitel des Mangas
CHAPTER="$1"