Close/pipe std{in,out,err} as well as file descriptor 3 which is
apparently necessary for the subshell not to wait for the fetch to
finish.
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
git fetch --all 0<&- &>/dev/null 3>&- & disown
|