diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 13:18:39 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 13:18:39 -0500 |
commit | 455f626a494bbdc20d30c0a4c91876b46303b6aa (patch) | |
tree | c7a2100f092e8a6aee720f57857dc78ff3103a6e /chapter9/bashprofile.sh | |
parent | 137dd3cbadb9dad004cc1610dcea136b347d0015 (diff) | |
parent | 12cd3ceafb35ec95a834f3a2a1ec0a7f701e5699 (diff) |
Merge branch 'chapter9'
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r-- | chapter9/bashprofile.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh new file mode 100644 index 0000000..9636b3a --- /dev/null +++ b/chapter9/bashprofile.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cat > /etc/profile << "EOF" +# Begin /etc/profile + +export LANG=en_US + +# End /etc/profile +EOF |