mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-22 03:52:52 +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
|
|
|