7 lines
118 B
Bash
7 lines
118 B
Bash
|
if [[ $(pgrep gpu-screen-reco) ]]; then
|
||
|
~/.config/scripts/stop_replay.sh
|
||
|
else
|
||
|
~/.config/scripts/start_replay.sh
|
||
|
fi
|
||
|
|