Skip to content

Instantly share code, notes, and snippets.

<html><head>
<meta name="twitter:card" content="910250412816588800:partner_video">
<meta name="twitter:api:api:endpoint" content="1">
<meta name="twitter:text:description" content="TSM Gale Adelade throw from spawn - Clipped by iamjoetaylor">
<meta name="twitter:image:player_image:src" content="https://clips-media-assets.twitch.tv/25925200400-offset-28490-social-preview.jpg">
<meta name="twitter:text:title" content="TSM Gale Adelade throw from spawn">
<meta name="twitter:site" content="@twitch">
<meta name="twitter:text:player_width" content="960">
<meta name="twitter:text:player_height" content="540">
@iamJoeTaylor
iamJoeTaylor / Bash Arg Parsing
Created July 8, 2015 21:27
How to parse Args in Bash Exc
help() {
cat 1>&2 <<-USAGE
usage: $exe [options] [BRANCH]
USAGE GOES HERE
-h --help Show this message
-v --verbose Show URL before opening
-b --background Open page in the background
USAGE
}
Bundle 'bling/vim-airline'
Bundle 'vitalk/vim-simple-todo'
Bundle 'godlygeek/tabular'
Bundle 'plasticboy/vim-markdown'
Bundle 'majutsushi/tagbar'
Bundle 'lukaszkorecki/CoffeeTags'
Bundle 'marijnh/tern_for_vim'