#!/usr/bin/yash

add-shell '/usr/bin/yash'

cat >&2 <<EOF
*
* If you want command completion in yash, install yash-completion.
*
EOF

exit 0
