0

This seems simple but I can't seem to figure it out. I am trying to write a script to mount a drive on startup. the command I want to run is:

google-drive-ocamlfuse ~/gdrive

But i want it to run each time i start the computer up. I have tried to write a script and can't seem to figure it out. Help would be much appreciated. Thanks in advance

Avinash Raj
  • 78,556
frost58
  • 23
  • 4

1 Answers1

1

To add the script to the statup I wrote a bash script and found it with the startup applications program. My problem was changing the scripts permissions to executable before running it

Zanna
  • 70,465
frost58
  • 23
  • 4