10 lines
No EOL
97 B
Bash
Executable file
10 lines
No EOL
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
CONFFILE=/etc/timezone.conf
|
|
|
|
if [ -f $CONFFILE ] ; then
|
|
. $CONFFILE
|
|
export TZ
|
|
fi
|
|
|
|
date |