10 lines
220 B
Bash
Executable File
10 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
su renato -l -c "google-drive-ocamlfuse -label $1 $*"
|
|
exit 0
|
|
|
|
## gogole-drive-ocaml user renato
|
|
#gdfuse#SILVROSA /home/renato/SILVROSA fuse uid=1000,gid=1000,allow_other,user,_netdev 0 0
|
|
|
|
|