diff options
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r-- | chapter9/bashprofile.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh deleted file mode 100644 index 22d3171..0000000 --- a/chapter9/bashprofile.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -set -e - -cat > /etc/profile << "EOF" -# Begin /etc/profile - -export LANG=en_US -export LC_TIME=POSIX - -# End /etc/profile -EOF |