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