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