|
|
|
| script: | loggedout (download) |
| purpose: | notify when a particular user has logged out |
| requires: | standard GNU commands |
| version: | 1.1 |
| usage: | loggedout [-hml] <user> <n> |
| options: |
<user>, user name
<n>, integer referring to time in seconds for how often to check the user
-h, usage and options (this help)
-m, manual
-l, see this script"
|
| manual: |
DESCRIPTION
loggedout displays a notification message when a particular user has logged out.
The user option specifies the user name of the person and the time option is
the time interval, in seconds, for how often to check whether the user has
logged out.
|