#!/bin/sh input=$(cat) lines=$(echo "$input" | wc -l) echo "$input" | eval "wmenu $WMENU_VOPTS -l $((lines < 50 ? lines : 50)) \"$@\""