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