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