mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
7 lines
82 B
Fish
7 lines
82 B
Fish
|
function alarm --on-signal ALRM
|
||
|
echo ALRM received
|
||
|
end
|
||
|
|
||
|
kill -s ALRM $fish_pid
|
||
|
|