Thread
:
tinysh - tiny limited onscreen shell
View Single Post
04-26-2012, 03:25 AM
#
36
MaPePeR
Connoisseur
Posts: 58
Karma: 63518
Join Date: Apr 2012
Device: KT
Quote:
Originally Posted by
drauger
OK, let's try to be creative
This code will be executing untill you press DOWN key:
You could also do this with
Code:
while [[ `ps $W | wc -l` -eq 2 ]]
or
Code:
while pgrep -s $W > /dev/null
(kindle untested)
MaPePeR
View Public Profile
Find More Posts by MaPePeR
Track Posts by MaPePeR via RSS