function mksh --description 'make executable shell script' --argument-names name printf '#!/bin/sh\n\n' >$name.sh chmod +x $name.sh end