Ver código fonte

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 anos atrás
pai
commit
caf77886b8
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      user-scripts/nlaunch

+ 1
- 1
user-scripts/nlaunch Ver arquivo

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

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

Carregando…
Cancelar
Salvar