5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
killall -SIGUSR1 gpu-screen-recorder
|
|
notify-send -t 5000 -u low -- "GPU Screen Recorder" "Replay saved"
|