#!/bin/bash
set -e
name=ksh
version=2020.0.0
release=4
grep -q bin/ksh etc/shells || echo "/bin/ksh" >> etc/shells

