Преглед изворни кода

Redirect stderr and stdout separately

master
Arun Prakash Jana пре 5 година
родитељ
комит
caf77886b8
No known key found for this signature in database GPG Key ID: 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

Loading…
Откажи
Сачувај