2009-11-21から1日間の記事一覧

memo:クエリストリングはそのまま投げてOKだった。

シェルからそのまま投げてOKというのを知りました。 #!/bin/sh open "http://www.youtube.com/results?search_query=${1}+${2}" open "http://www.nicovideo.jp/search/${1} ${2}" open "http://www.veoh.com/search/videos/q/${1}+${2}" Visorのターミナル…