diff options
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r-- | chapter9/bashprofile.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh index 7ae73c2..abbf67b 100644 --- a/chapter9/bashprofile.sh +++ b/chapter9/bashprofile.sh @@ -1,10 +1,10 @@ -#!/bin/bash - -cat > /etc/profile << "EOF" -# Begin /etc/profile - -export LANG=en_US -export LC_TIME=POSIX - -# End /etc/profile -EOF +#!/bin/bash
+
+cat > /etc/profile << "EOF"
+# Begin /etc/profile
+
+export LANG=en_US
+export LC_TIME=POSIX
+
+# End /etc/profile
+EOF
|