Skip to content

Instantly share code, notes, and snippets.

View matoken's full-sized avatar

KenichiroMATOHARA matoken

View GitHub Profile
@matoken
matoken / 交通事故鑑定人_環倫一郎_一括ダウンロード.sh
Created January 25, 2011 10:11 — forked from ino46/ラブひな一括ダウンロード.sh
j-comi 交通事故鑑定人 環倫一郎 高画質版 一括ダウンロード
#!bin/zsh
# http://www.j-comi.jp/book/comic/22
seq 201 218 | sed -re 's/^1//g' | xargs -i wget -w 5 -t 1 -c -nc -O 'LH{}_hq.pdf' 'http://dl.j-comi.jp/download/book/2{}/hq'
@matoken
matoken / gsay
Created April 13, 2013 15:35 — forked from shokai/gsay
#!/bin/sh
TMP=/tmp/gsay.mp3
curl --silent --user-agent "Safari/1.0" "http://translate.google.com/translate_tts?q=$1&tl=ja" > $TMP && afplay $TMP && rm -f $TMP
@matoken
matoken / twto
Last active May 10, 2017 16:54
東海道らぐでTweetとTootの同時実況するための何か
#!/bin/sh
hashtag="#東海道らぐ"
while :
do
if [ $word -z ]; then
word=${hashtag}
fi