restart sound nanesi on macos
#!/bin/bash | |
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}' |