Skip to content

Instantly share code, notes, and snippets.

@hfcorriez
Created August 6, 2012 02:50
Show Gist options
  • Save hfcorriez/3269346 to your computer and use it in GitHub Desktop.
Save hfcorriez/3269346 to your computer and use it in GitHub Desktop.
OSX杀掉Adobe流氓更新程序
ps -ef | grep UWA | grep -v grep | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment