dotfiles/scripts/menu/menu-pass-gtype
2025-09-20 20:17:31 -06:00

7 lines
80 B
Bash
Executable file

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