projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c89ca
)
Redirect stderr and stdout separately
author
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 12 Mar 2019 12:44:50 +0000 (18:14 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 12 Mar 2019 12:44:50 +0000 (18:14 +0530)
user-scripts/nlaunch
patch
|
blob
|
history
diff --git
a/user-scripts/nlaunch
b/user-scripts/nlaunch
index 79540c8c540c0a33e68ad6555fec3f5c3a3088fc..7eee8a009220a106b9260e410bedbddbfcd9a180 100755
(executable)
--- a/
user-scripts/nlaunch
+++ b/
user-scripts/nlaunch
@@
-13,5
+13,5
@@
get_selection() {
}
if selection=$( get_selection ); then
- "$selection" 2>
&1
>/dev/null &
+ "$selection" 2>
/dev/null 1
>/dev/null &
fi