first commit
This commit is contained in:
8
mplayerOff.sh
Executable file
8
mplayerOff.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
mpc stop;
|
||||
mpc clear;
|
||||
service mplayerd stop
|
||||
killall mplayer
|
||||
|
||||
#kill `ps ax |grep ssh |grep 6600 |cut -c 1-6`
|
||||
Reference in New Issue
Block a user