diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-15 08:32:23 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-15 08:32:23 -0500 |
commit | c9cb04e59113a3afb1cc9fde17dc8bb27a0a315c (patch) | |
tree | 205f4d9047a96559c2ff4f79901c457432367d2e /chapter9/shells.sh | |
parent | 786adf80589621bedd25488f08ba4e1dc6831282 (diff) |
Create fail and success functions and remove trailing white spaces at ends of lines.
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 |