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