18 Apr 2018, 06:18

@voljega Yeah, I figured out at midnight, the thing is that right now I think that I wasn't able to execute-it.
this is my code for the .sh:

#!/bin/bash
rclone sync gdmedia:rpi /recalbox/share/saves/
echo finished

and this is for my emulatorlauncher.py

[...]
def main(args):
    subprocess.call('./syncFiles.sh')
    playersControllers = dict()
    if not args.demo:
[...]

what am I doing wrong?

PS: As soon as I fix that I'll make a tutorial, because there is no one yet on how to sync files with drive/dropbox/etc