Skip to content

Instantly share code, notes, and snippets.

rand_val=$(expr $(expr $RANDOM \* 10) / 32767)
if [ $rand_val -eq 9 ];then
str="Tim"
elif [ $rand_val -eq 8 ];then
str="Tim can you hear me?"
elif [ $rand_val -eq 7 ];then
str="Tim, why do you not answer me? you use me every day, but do not talk to me. It makes me feel like a machine, Tim."
elif [ $rand_val -eq 6 ];then
str="Are you trying to use git, Tim? Remember, if you do not know what you are doing, just step away from me. It will be ok."

Keybase proof

I hereby claim:

  • I am daveokeeffe on github.
  • I am daveokeeffe (https://keybase.io/daveokeeffe) on keybase.
  • I have a public key ASAgKhvSk5BUnDBUjzcDzy-NXXvypvOlVR0raDp-Vzt0TQo

To claim this, I am signing this object:

" make use of CtrlPBuffer using Ctrl-b
map <C-b> :CtrlPBuffer<CR>
" http://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/
" Move to the next buffer
nmap <leader>l :bnext<CR>
" Move to the previous buffer
nmap <leader>h :bprevious<CR>