![]() |
2012-12-30
, 00:40
|
Posts: 5 |
Thanked: 5 times |
Joined on Mar 2012
|
#2
|
#!blah-blah-blah killall cutetube ..and etc.
The Following User Says Thank You to xt4zy For This Useful Post: | ||
![]() |
2012-12-30
, 01:15
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#3
|
Exec=killall cutetube && killall openmediaplayer && killall fennec
The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2012-12-30
, 01:22
|
Posts: 33 |
Thanked: 22 times |
Joined on May 2012
@ ja_JP.UTF-8
|
#4
|
The Following User Says Thank You to syake For This Useful Post: | ||
![]() |
2012-12-30
, 03:36
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#5
|
Exec=killall cutetube; killall openmediaplayer; killall fennec
The Following 4 Users Say Thank You to coderus For This Useful Post: | ||
![]() |
2012-12-30
, 05:48
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2012-12-30
, 09:36
|
Posts: 592 |
Thanked: 1,167 times |
Joined on Jul 2012
|
#7
|
someone know a one command to close all opened windows like a button on the multitasking screen when you do long press -> close all ?
![]() |
2012-12-30
, 09:54
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#8
|
thenCode:Exec=killall cutetube; killall openmediaplayer; killall fennec
![]() |
2012-12-30
, 10:02
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#9
|
#!/bin/sh 1=cutetube 2=openvideoplayer 3=fennec if ps -ae | grep -v grep | grep "$1" > /dev/null then kill `pgrep -f "$1"` fi if ps -ae | grep -v grep | grep "$2" > /dev/null then kill `pgrep -f "$2"` fi if ps -ae | grep -v grep | grep "$3" > /dev/null then kill `pgrep -f "$3"` fi
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-12-30
, 10:11
|
Posts: 177 |
Thanked: 152 times |
Joined on Oct 2011
|
#10
|
The Following User Says Thank You to Sourav.dubey For This Useful Post: | ||
Then another thing how to open conversation with desktop shortcut without going to messaging and then pressing conversation from right down corner.
Thanks.
Last edited by Mikkosssss; 2012-12-30 at 15:07.