mirror of
https://github.com/jarun/nnn.git
synced 2024-11-19 09:29:15 +00:00
Redirect stderr and stdout separately
This commit is contained in:
parent
54c89ca2a1
commit
caf77886b8
|
@ -13,5 +13,5 @@ get_selection() {
|
|||
}
|
||||
|
||||
if selection=$( get_selection ); then
|
||||
"$selection" 2>&1 >/dev/null &
|
||||
"$selection" 2>/dev/null 1>/dev/null &
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue