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

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

export LANG=en_US

# End /etc/profile
EOF