Skip to content

Instantly share code, notes, and snippets.

@chwnam
Created October 2, 2015 03:29
Show Gist options
  • Save chwnam/6bdc40b3f478784166e7 to your computer and use it in GitHub Desktop.
Save chwnam/6bdc40b3f478784166e7 to your computer and use it in GitHub Desktop.
동작 중인 mplayer 중지시키는 명령
!#/bin/bash
pgrep mplayer | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment