5f #!/bin/sh [ $# -eq 0 ] && { echo "usage: uk host" >&2; exit 1; } exec ukermit -C "my $@" . 0