aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/shells.sh
blob: ac66dd6bd49062eb34d60cc3019683f8600fd05e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash 
set -e

cat > /etc/shells << "EOF"
# Begin /etc/shells

/bin/sh
/bin/bash

# End /etc/shells
EOF