Created
October 2, 2015 03:29
-
-
Save chwnam/6bdc40b3f478784166e7 to your computer and use it in GitHub Desktop.
동작 중인 mplayer 중지시키는 명령
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/bin/bash | |
| pgrep mplayer | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment