# (C) 2010-2011 magicant

# Completion script for the "mksh" command.

function completion/mksh {
	command -f completion//reexecute sh
}


# vim: set ft=sh ts=8 sts=8 sw=8 noet:
