2012-05-07 18:54:48 +02:00
|
|
|
/def exp = \
|
2014-11-18 21:12:04 +01:00
|
|
|
usiadz %;\
|
|
|
|
medytuj %;\
|
|
|
|
ocen sile %;\
|
|
|
|
ocen zrecznosc %;\
|
|
|
|
ocen wytrzymalosc %;\
|
|
|
|
ocen inteligencje %;\
|
|
|
|
ocen madrosc %;\
|
|
|
|
ocen odwage %;\
|
|
|
|
powstan
|
2014-08-19 21:19:05 +02:00
|
|
|
|
|
|
|
/def -i pid_of = \
|
|
|
|
/quote -S \
|
|
|
|
/eval /let pid_czego=`"/@ps -r" %%;\
|
|
|
|
/if (strstr({pid_czego},{*}) != -1) \
|
|
|
|
/first %%{pid_czego} %%;\
|
|
|
|
/endif
|
|
|
|
/def rstart = \
|
|
|
|
/if ($(/pid_of %{-2})=~NULL) \
|
|
|
|
/repeat %{1} %{2} %{-2} %;\
|
|
|
|
/endif
|
|
|
|
|
|
|
|
/def rstop = \
|
|
|
|
/kill $(/pid_of %{*})
|