Skip to content

Instantly share code, notes, and snippets.

View vikramojha89's full-sized avatar
💭
I may be slow to respond.

Vikram Ojha vikramojha89

💭
I may be slow to respond.
  • MathWorks
  • Bangalore
View GitHub Profile
@vikramojha89
vikramojha89 / install pathpicker on ubuntu 14.04.sh
Last active November 1, 2015 16:03 — forked from hawkup/install pathpicker on ubuntu 14.04.sh
install pathpicker on ubuntu 14.04
#!/bin/bash
#install PathPicker
# source http://github.com/facebook/PathPicker
cd /usr/local/
# if you are not logged in as root you will have to use "sudo" before below command
git clone https://github.com/facebook/PathPicker.git
cd PathPicker/
# same reason as above you may have to add "sudo" before below command