Kaynağa Gözat

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
caf77886b8
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      user-scripts/nlaunch

+ 1
- 1
user-scripts/nlaunch Dosyayı Görüntüle

@@ -13,5 +13,5 @@ get_selection() {
}

if selection=$( get_selection ); then
"$selection" 2>&1 >/dev/null &
"$selection" 2>/dev/null 1>/dev/null &
fi

Yükleniyor…
İptal
Kaydet