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