aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/shells.sh
blob: 6af00e0df792d9df77ece0d98433a3ecd702e94d (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