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