mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 17:17:16 +09:00
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 1500 -u low -- "GPU Screen Recorder" "Replay saved"
|