mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
5 lines
89 B
Text
5 lines
89 B
Text
|
if [ -r /.today ]; then
|
||
|
date -s yesterday 1> /dev/null 2> /dev/null
|
||
|
rm -f /.today
|
||
|
fi
|