#!/bin/sh p="$(menu-pass)" if [ -n "$p" ]; then printf '%s' "$p" | gtype fi