ソースを参照
Redirect stderr and stdout separately
master
Arun Prakash Jana
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
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 |