Files
rpi_b/etc/profile
T
2005-08-09 16:58:28 +00:00

6 lines
76 B
Bash
Executable File

RC_TZ=/etc/rc.timezone
export TZ=GMT0
if [ -f "$RC_TZ" ]
then . "$RC_TZ"
fi