]> git.vomp.tv Git - makedevenv.git/blob - dongle/tofs/etc/profile
Initial import
[makedevenv.git] / dongle / tofs / etc / profile
1
2 # default timezone
3 #TZ=CST+6CDT,M4.1.0/2,M10.5.0/2
4 #export TZ
5
6 # if shell.config exist then source it.
7 # shell.config should be created by dongle.config
8 # eg: to set timezone to EST
9 # echo "TZ=EST+5EDT,M4.1.0/2,M10.5.0/2; export TZ" > /etc/shell.config
10 #
11 #if [ -r /etc/shell.config ]; then
12 #   . /etc/shell.config
13 #fi