lfs-scripts/scripts/chapter9/9.9-shells.sh

12 lines
106 B
Bash
Raw Permalink Normal View History

2023-01-14 16:26:44 +00:00
#!/bin/bash
cat > /etc/shells.sh << "EOF"
# Begin /etc/shells
/bin/sh
/bin/bash
# End /etc/shells
EOF