mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +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
|