aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/bashprofile.sh
blob: 455a6fdd5f8b28f7accbc339fad321a42e902c72 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash 

cat > /etc/profile << "EOF"
# Begin /etc/profile

export LANG=en_US
export LC_TIME=POSIX

# End /etc/profile
EOF