Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/bin/bash
  2. sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
  3.  
  4. # I have the command aliased as "ra" in terminal so I can quickly call it.
  5. # This is done by inserting the following line into your ~/.bash_profile:
  6.  
  7. # alias ra="sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement