7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
if [[ $(pgrep gpu-screen-reco) ]]; then
|
|
echo "on: $(cat /tmp/replay.tmp)"
|
|
else
|
|
echo "off"
|
|
fi
|
|
|