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