Skip to content

Instantly share code, notes, and snippets.

View timmyz's full-sized avatar
💭
On the way to fullstack

Timmy Zhang timmyz

💭
On the way to fullstack
View GitHub Profile
@ravageralpha
ravageralpha / fetchsub.sh
Created October 27, 2012 16:53
shell script get subtitle from shooter.cn
#!/bin/sh
# Author: RA <ravageralpha@gmail.com>
USAGE(){
echo "Usage:$(basename $0) [eng] files..."
}
[ $# -eq 0 ] && USAGE && exit 0
ERROR(){