Skip to content

Instantly share code, notes, and snippets.

@rinx
Created April 22, 2014 06:57
Show Gist options
  • Save rinx/11167880 to your computer and use it in GitHub Desktop.
Save rinx/11167880 to your computer and use it in GitHub Desktop.
search words in weblio from sh
#!/bin/sh
word=$1
opencmd=open
baseurl="http://ejje.weblio.jp/content/"
echo "search ${word} in weblio"
$opencmd "${baseurl}${word}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment