4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
grep -q oksh /etc/shells || echo "/usr/bin/oksh" >> /etc/shells
|