aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/bashprofile.sh
blob: 77bc1bb5897be974aa209e732e79a6f6201f1459 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash 
set -e

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

export LANG=en_US
export LC_TIME=POSIX

# End /etc/profile
EOF