Display the color bars after asynchronous operations

Hilbert Kong 2020-09-06 12:14:17 +08:00
parent 4fa8a3cac1
commit 3ded2f683d
1 changed files with 2 additions and 2 deletions

@ -264,9 +264,9 @@ print_info () {
info "GPU" gpu &
info "Memory" memory &
info cols
# Wait for the functions to complete
wait
info cols
}
```