Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37905658
en ru br
ALT Linux repos
S:0.3-alt5
5.0: 0.3-alt2
4.1: 0.3-alt2
4.0: 0.3-alt2
3.0: 0.3-alt1

Group :: File tools
RPM: stmpclean

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

timeout=30d

stmpclean -t "$timeout" /tmp/
[ "$(stat -c %d:%i /tmp/)" = "$(stat -c %d:%i /var/tmp/)" ] ||
stmpclean -t "$timeout" /var/tmp/
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin