Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created November 21, 2015 04:31
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 chuck0523/f02df29e45d43bb3d479 to your computer and use it in GitHub Desktop.
Save chuck0523/f02df29e45d43bb3d479 to your computer and use it in GitHub Desktop.
#! /bin/bash
blog="http://chuck0523.hatenadiary.jp"
techBlog="http://chuckwebtips.hatenablog.com"
twitter="https://twitter.com"
urls=($blog $techBlog $twitter)
select option in ${urls[@]}
do
open $option
break
done
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment