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