ソースを参照

Redirect stderr and stdout separately

master
Arun Prakash Jana 6年前
コミット
caf77886b8
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 if selection=$( get_selection ); then
"$selection" 2>&1 >/dev/null & "$selection" 2>/dev/null 1>/dev/null &
fi fi

||||||
x
 
000:0
読み込み中…
キャンセル
保存