浏览代码
Redirect stderr and stdout separately
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
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 |