cruxports/oksh/post-install

4 lines
75 B
Plaintext
Raw Normal View History

2022-02-05 15:39:19 -05:00
#!/bin/sh
grep -q oksh /etc/shells || echo "/usr/bin/oksh" >> /etc/shells