diff options
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r-- | chapter9/bashprofile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh index 455a6fd..7ae73c2 100644 --- a/chapter9/bashprofile.sh +++ b/chapter9/bashprofile.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash cat > /etc/profile << "EOF" # Begin /etc/profile |