diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-02-27 16:33:29 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-02-27 16:33:29 +0100 |
commit | 03e583e61e4cc28fa614dcd981d093ede0b3dd62 (patch) | |
tree | 462fde1d3b9ff853439e3936dbd65080a46ba9b1 /scripts/stop-replay.sh | |
parent | 50afa9395b6ed82b6499bbad68f4c4780b4f1a76 (diff) |
Add replay scripts
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 |