lfs-scripts/scripts/chapter9/9.9-shells.sh
2023-01-14 21:56:44 +05:30

11 lines
106 B
Bash

#!/bin/bash
cat > /etc/shells.sh << "EOF"
# Begin /etc/shells
/bin/sh
/bin/bash
# End /etc/shells
EOF