#!/bin/sh if ! [ -x "$(command -v ksh)" ]; then sudo xbps-install -y ksh chsh -s /bin/ksh fi