5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
RC_TZ=/etc/rc.timezone
|
|
export TZ=GMT0
|
|
if [ -f "$RC_TZ" ]
|
|
then . "$RC_TZ"
|
|
fi
|