5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
grep -qFx /usr/bin/ksh /etc/shells ||
|
|
printf /usr/bin/ksh\\n >>/etc/shells
|