mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
Redirect stderr and stdout separately
This commit is contained in:
parent
54c89ca2a1
commit
caf77886b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue