Poprawki w helpie.
This commit is contained in:
parent
f9fa533e63
commit
aac3fa42cd
4 changed files with 27 additions and 219 deletions
24
common/util.tf
Normal file
24
common/util.tf
Normal file
|
@ -0,0 +1,24 @@
|
|||
/def exp = \
|
||||
usiadz %;\
|
||||
medytuj %;\
|
||||
ocen sile %;\
|
||||
ocen zrecznosc %;\
|
||||
ocen wytrzymalosc %;\
|
||||
ocen inteligencje %;\
|
||||
ocen madrosc %;\
|
||||
ocen odwage %;\
|
||||
powstan
|
||||
|
||||
/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 %{*})
|
Loading…
Add table
Add a link
Reference in a new issue