Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 reyssat 1
#! /bin/sh
2
#
3
# This script cleans up obsolete session directories.
4
# It should usually be called by cron.
5
# Syntax: session-cleaner <session-dir> <threshold>
6
# where session-dir is the base directory of the session directories,
7
# and threshold is the latency in minutes.
8
 
9
# This script is obsolete !
10
 
11
exit
12