From bd6f662dfb7d293b8143785a7b28c9bfeccd0ee2 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 12 Apr 2021 15:21:47 -0500 Subject: Add bash profile, boot script configuration, inputrc and shell configuration to chapter9. --- chapter9/shells.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chapter9/shells.sh (limited to 'chapter9/shells.sh') diff --git a/chapter9/shells.sh b/chapter9/shells.sh new file mode 100644 index 0000000..d94254c --- /dev/null +++ b/chapter9/shells.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cat > /etc/shells << "EOF" +# Begin /etc/shells + +/bin/sh +/bin/bash + +# End /etc/shells +EOF -- cgit v1.2.3-54-g00ecf