wok annotate kleanny/stuff/res/base/quit @ rev 20044

Improvements - Thanks Paul
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 31 03:57:08 2017 -0300 (2017-08-31)
parents 5f4f5cda01ff
children
rev   line source
hackdorte@20040 1 #!/bin/sh
hackdorte@20040 2
hackdorte@20044 3 # @@ Kill Kleanny.
hackdorte@20044 4 kill -9 `ps auxc|grep kleanny | sed 's/^[^ ]\+ \+\([0-9]\+\) .\+$/\1/'`