aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/bashprofile.sh
blob: 22d3171309832f6e00d81afc245b52da40060cbb (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