瀏覽代碼
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 |