I\'m trying to write a small script to mount a VirtualBox shared folder each time I execute the script. I want to do it with Python, because I\'m trying to learn it for scri
sometimes require a carriage return:
os.popen("sudo -S %s"%(command), 'w').write('mypass\n')