Skip to content

Instantly share code, notes, and snippets.

@tateren
Created June 25, 2017 13:47
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 tateren/d7ef3877fd396c6574961b6d894211d3 to your computer and use it in GitHub Desktop.
Save tateren/d7ef3877fd396c6574961b6d894211d3 to your computer and use it in GitHub Desktop.
TexTageの譜面を検索する
#!/bin/sh
QUERY=`printf "$1" | iconv -t UTF-16BE | xxd -ps`
open "http://textage.cc/score/index.html?r211B00_${QUERY}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment