Skip to content

Instantly share code, notes, and snippets.

@kasei-san
Created March 15, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasei-san/094f403e78829c694690 to your computer and use it in GitHub Desktop.
Save kasei-san/094f403e78829c694690 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -ne 1 ]; then
echo "usage: $ yomikata git"
exit 1
fi
curl http://yomikata.org/word/$1 2>/dev/null| egrep -o "「([^「]+)」です"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment