Selaa lähdekoodia

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
caf77886b8
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      user-scripts/nlaunch

+ 1
- 1
user-scripts/nlaunch Näytä tiedosto

@@ -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…
Peruuta
Tallenna