A small python script to choose a directory
Just launch install.sh as an administrator
sudo ./install.sh
I just hate to type a long command like :
cd /a_directory/very_long_directory_name2/another_very_long_directory_name/
Now, I could just do :
cd $(dir_choose)

