Przeglądaj źródła

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 lat temu
rodzic
commit
caf77886b8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      user-scripts/nlaunch

+ 1
- 1
user-scripts/nlaunch Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz