Просмотр исходного кода

Redirect stderr and stdout separately

master
Arun Prakash Jana 5 лет назад
Родитель
Сommit
caf77886b8
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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
"$selection" 2>&1 >/dev/null &
"$selection" 2>/dev/null 1>/dev/null &
fi

Загрузка…
Отмена
Сохранить