wok view lxdm/stuff/PostLogout @ rev 18377

v4l4j: Update wget_url and (b)deps
author Yuri Pourre <yuripourre@gmail.com>
date Thu Sep 17 10:51:35 2015 -0300 (2015-09-17)
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