PDA

View Full Version : Google Drive and Run a program



WilsonBry
April 13th, 2018, 02:52 AM
My question is two parts:

1) When ubuntu mounts google drive, when can I access the folders in the command line?

2) When I click the google doc file I would like to run the following command or something similar:

python -mwebbrowser $(cat path_to_drive_file | cut -b 10-85)

I would like the program to pull the path_to_drive_file when I click the file.

B