diff options
Diffstat (limited to 'scripts/stop-replay.sh')
-rwxr-xr-x | scripts/stop-replay.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/stop-replay.sh b/scripts/stop-replay.sh new file mode 100755 index 0000000..d38da9c --- /dev/null +++ b/scripts/stop-replay.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +killall -SIGINT gpu-screen-recorder |