Skip to content
Sid Vishnoi edited this page Jan 7, 2017 · 1 revision

Add an alias for even easier helper usage.

For example, on Ubuntu (bash)

Edit .bashrc

$ gedit ~/.bashrc

add the following in end,

alias myhelper="cd ~/path/to/my/project/ && python helper.py "

and use as

$ myhelper -h
$ myhelper [OPTIONS]
Clone this wiki locally