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

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

/bin/sh
/bin/bash

# End /etc/shells
EOF