mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2025-03-12 22:36:14 +00:00
11 lines
106 B
Bash
11 lines
106 B
Bash
#!/bin/bash
|
|
|
|
cat > /etc/shells.sh << "EOF"
|
|
# Begin /etc/shells
|
|
|
|
/bin/sh
|
|
/bin/bash
|
|
|
|
# End /etc/shells
|
|
EOF
|
|
|