aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/bashprofile.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-12 15:21:47 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-12 15:21:47 -0500
commitbd6f662dfb7d293b8143785a7b28c9bfeccd0ee2 (patch)
tree7dc0e09c16606322d2cfa686d2a7ee2bc92b3341 /chapter9/bashprofile.sh
parent7215575834db88849e6ba78de8d179b4a80bdeb6 (diff)
Add bash profile, boot script configuration, inputrc and shell configuration to chapter9.
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r--chapter9/bashprofile.sh9
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