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