4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
killall -SIGUSR1 gpu-screen-recorder && sleep 0.5 && notify-send -t 1500 -u low -- "GPU Screen Recorder" "Replay saved"
|