Welcome to mirror list, hosted at ThFree Co, Russian Federation.

retroarch-clover « bin « retroarch.hmod - github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81e889f2f0b5a4b6da6542b9d85bedfcb0ccc254 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Kill it! Kill it with fire!
pkill -KILL clover-mcp
if [ -f "/bin/remote-exec" ]; then
  echo retroarch-clover-child $@ > /var/exec.flag
else
  exec retroarch-clover-child $@
fi