5 lines
93 B
Fish
5 lines
93 B
Fish
function restart --argument x
|
|
|
|
pkill $x && $x &>/dev/null& && sleep 0.2 && jobs | disown
|
|
end
|