5 lines
73 B
Text
5 lines
73 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "/bin/sh" >> /etc/shells
|
||
|
echo "/bin/bash" >> /etc/shells
|