Open ggMartinez opened 1 year ago
Hi, I'm trying to make a script for syncing save games on non-steam games.
I created a 2 scripts for each Game Start and Game End hooks, but never got executed.
Right now, the scripts only executes "echo 1 > /tmp/file" and "echo 2 > tmp/file2" to test if they run, but they dont.
On command I have something like this:
~/bin/rsync.sh.
Also tried with "sh" at the beginning, but was the same
I need to look into why hooks aren't running reliably. Not sure when I'll have time, but I'll update this once I do.
Hi, I'm trying to make a script for syncing save games on non-steam games.
I created a 2 scripts for each Game Start and Game End hooks, but never got executed.
Right now, the scripts only executes "echo 1 > /tmp/file" and "echo 2 > tmp/file2" to test if they run, but they dont.
On command I have something like this:
~/bin/rsync.sh.
Also tried with "sh" at the beginning, but was the same