mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
5 lines
90 B
Text
5 lines
90 B
Text
|
if [ ! -r /.today ]; then
|
||
|
date -s tomorrow 1> /dev/null 2> /dev/null
|
||
|
touch /.today
|
||
|
fi
|