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: 7cee66b9e6fbc1e70c203b131f542d0922e87ae1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
core=$1
shift
retroarch-watchdog $$ $core ${1+"$@"} &
while true; do
# Zzz... I'll sleep untill my death
sleep 42
done