Browse Source

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 years ago
parent
commit
caf77886b8
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      user-scripts/nlaunch

+ 1
- 1
user-scripts/nlaunch View File

@@ -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…
Cancel
Save