diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-17 17:16:04 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-17 17:16:04 -0600 |
| commit | d5e2bf433c59eb116dbf5c81cd1abae3c1c583bf (patch) | |
| tree | ccf9d9a6b2b19c2cd6855e3658da47e6b8d569ea /run.sh | |
| parent | 4ea06c8cd322a510ec589b93267a7197374d920f (diff) | |
Redirect stdout/stderr to /dev/null
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ function prepare_dotnet() { function prepare_tools() { if ! asdf current 2> >(grep -q 'is not installed'); then echo "Installing missing tools…" - asdf install 2>&1 + asdf install > /dev/null 2>&1 fi } |
