wok-next view lxdm/stuff/PostLogout @ rev 16961

at-spi2-atk: Update wget url
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 29 00:06:42 2014 -0300 (2014-07-29)
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