wok-current view lxdm/stuff/PostLogout @ rev 16346

ARM: add tor + tinycm (up to 1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 23:52:01 2014 +0200 (2014-04-12)
parents
children
line source
1 #!/bin/sh
2 #
4 # LXDM does not clear the last user's processes.
5 ps -o "user,pid" | fgrep $USER | while read user pid
6 do
7 kill $pid
8 done