minix/etc/profile

6 lines
76 B
Bash
Executable file

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