瀏覽代碼

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 年之前
父節點
當前提交
caf77886b8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      user-scripts/nlaunch

+ 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

Loading…
取消
儲存