Poprawki w helpie.

This commit is contained in:
Bartek Stalewski 2014-11-19 17:58:18 +01:00
parent f9fa533e63
commit aac3fa42cd
4 changed files with 27 additions and 219 deletions

24
common/util.tf Normal file
View 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 %{*})