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